feat(server): remove unneccesary media group and add *arr apps to srv group
This commit is contained in:
parent
ee83c94cf9
commit
2f5065d610
8 changed files with 7 additions and 23 deletions
|
|
@ -7,7 +7,7 @@ in
|
|||
enable = true;
|
||||
webuiPort = port;
|
||||
profileDir = "/srv";
|
||||
group = "media";
|
||||
group = "srv";
|
||||
extraArgs = [
|
||||
"--confirm-legal-notice"
|
||||
];
|
||||
|
|
@ -19,6 +19,4 @@ in
|
|||
locations."/".proxyPass = "http://localhost:${toString port}";
|
||||
};
|
||||
};
|
||||
|
||||
users.users.qbittorrent.extraGroups = [ "media" ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue