VEGAS/fbi: use dedicated service accounts
This commit is contained in:
parent
ad9ccc5ff3
commit
c001885bab
1 changed files with 2 additions and 0 deletions
|
@ -20,9 +20,11 @@ with tools.nginx;
|
||||||
services = {
|
services = {
|
||||||
radarr = {
|
radarr = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
user = "svcradarr";
|
||||||
};
|
};
|
||||||
sonarr = {
|
sonarr = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
user = "svcsonarr";
|
||||||
};
|
};
|
||||||
prowlarr = {
|
prowlarr = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue