diff --git a/modules/media/arr-suite.nix b/modules/media/arr-suite.nix index 1a04d9d..6a21571 100644 --- a/modules/media/arr-suite.nix +++ b/modules/media/arr-suite.nix @@ -28,12 +28,9 @@ }; # users.groups.prowlarr = {}; - services.unpackerr = { - enable = true; - # This tells Unpackerr service where to find its configuration. - # You will need to create and manage the content of this file. - #configFile = "/var/lib/unpackerr/unpackerr.conf"; - }; + environment.systemPackages = [ + pkgs.unpackerr + ]; users.users.unpackerr = { # Unpackerr user (created by its service) added to group extraGroups = [ "media_services" ];