This commit is contained in:
death916 2025-05-19 11:48:30 +00:00
parent 42f12abfa8
commit 9c383092bb

View file

@ -28,11 +28,16 @@
}; };
# users.groups.prowlarr = {}; # users.groups.prowlarr = {};
environment.systemPackages = [ services.unpackerr = {
pkgs.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";
};
users.users.unpackerr = { # Unpackerr user (created by its service) added to group
extraGroups = [ "media_services" ];
};
users.groups.radarr = {}; users.groups.radarr = {};
users.groups.sonarr = {}; users.groups.sonarr = {};