about summary refs log tree commit diff
path: root/hosts/profiles/nas.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/profiles/nas.nix')
-rw-r--r--hosts/profiles/nas.nix1
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;