diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-27 12:47:47 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-27 12:47:47 -0700 |
commit | d8cf2cabe502e0c1fc9fd72739404a1502eb2ab4 (patch) | |
tree | 39856f33ae9b1cd5b8ff04d52ba8eabe89f5f098 /hosts | |
parent | nas: install correctly music-organizer (diff) | |
download | world-d8cf2cabe502e0c1fc9fd72739404a1502eb2ab4.tar.gz |
nas: install music-organizer from the main branch
Diffstat (limited to 'hosts')
-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; |