diff options
Diffstat (limited to 'hosts/profiles')
-rw-r--r-- | hosts/profiles/nas.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/profiles/nas.nix b/hosts/profiles/nas.nix index f585550..76fae45 100644 --- a/hosts/profiles/nas.nix +++ b/hosts/profiles/nas.nix @@ -14,6 +14,7 @@ in { ../common/server/rclone.nix ]; + # tool to organize the music on the NAS environment.systemPackages = with pkgs; [ music-organizer ]; users.groups.nas.gid = 5000; |