Update prowlarr.nix
This commit is contained in:
parent
b1b182fe5d
commit
a08178ec42
1 changed files with 0 additions and 12 deletions
|
|
@ -9,18 +9,6 @@
|
|||
openFirewall = true;
|
||||
dataDir = "/var/lib/prowlarr";
|
||||
user = "prowlarr";
|
||||
group = "media";
|
||||
};
|
||||
|
||||
# Media group is already created in qbittorrent-nox.nix
|
||||
# Just make sure sonarr is in it
|
||||
users.users.prowlarr = {
|
||||
isSystemUser = true;
|
||||
group = "media";
|
||||
extraGroups = [ "media" ];
|
||||
};
|
||||
|
||||
# Also add jellyfin to media group for reading
|
||||
users.users.jellyfin.extraGroups = [ "media" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue