mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
unpack
This commit is contained in:
parent
42f12abfa8
commit
9c383092bb
1 changed files with 9 additions and 4 deletions
|
|
@ -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 = {};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue