about summary refs log tree commit diff
path: root/hosts/profiles/nas.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-27 12:47:47 -0700
committerFranck Cuny <franck@fcuny.net>2022-03-27 12:47:47 -0700
commitd8cf2cabe502e0c1fc9fd72739404a1502eb2ab4 (patch)
tree39856f33ae9b1cd5b8ff04d52ba8eabe89f5f098 /hosts/profiles/nas.nix
parentnas: install correctly music-organizer (diff)
downloadworld-d8cf2cabe502e0c1fc9fd72739404a1502eb2ab4.tar.gz
nas: install music-organizer from the main branch
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;