fix: winters user settings

This commit is contained in:
Swarsel 2024-10-17 01:26:44 +02:00
parent a83a98ee11
commit d68de23b46
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 10 additions and 0 deletions

View file

@ -7632,18 +7632,23 @@ Also, the system state version is set here. No need to touch it.
extraGroups = [ "users" ];
};
radarr = {
isSystemUser = true;
extraGroups = [ "users" ];
};
readarr = {
isSystemUser = true;
extraGroups = [ "users" ];
};
sonarr = {
isSystemUser = true;
extraGroups = [ "users" ];
};
lidarr = {
isSystemUser = true;
extraGroups = [ "users" ];
};
prowlarr = {
isSystemUser = true;
extraGroups = [ "users" ];
};
};