From cdda8b0ac283e2ded2e8c330e85bcc93003177bc Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 27 Mar 2022 09:16:13 -0700 Subject: nas: install music-organizer --- hosts/profiles/nas.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'hosts') diff --git a/hosts/profiles/nas.nix b/hosts/profiles/nas.nix index 10ba67c..314b405 100644 --- a/hosts/profiles/nas.nix +++ b/hosts/profiles/nas.nix @@ -1,6 +1,6 @@ -{ config, pkgs, lib, ... }: - -{ +{ inputs, config, pkgs, lib, ... }: +let music-organizer = inputs.mytools.music-organizer.${pkgs.system}; +in { imports = [ # other profiles ./server.nix @@ -14,6 +14,8 @@ ../common/server/rclone.nix ]; + environment.systemPackages = with pkgs; [ music-organizer ]; + users.groups.nas.gid = 5000; users.users.nas = { uid = 5000; -- cgit 1.4.1