This commit is contained in:
death916 2025-05-19 12:02:32 +00:00
parent 8dd096742f
commit c568de383f

View file

@ -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" ];