From d8cf2cabe502e0c1fc9fd72739404a1502eb2ab4 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 27 Mar 2022 12:47:47 -0700 Subject: nas: install music-organizer from the main branch --- hosts/profiles/nas.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/profiles') 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; -- cgit 1.4.1