feat(server): remove unneccesary media group and add *arr apps to srv group

This commit is contained in:
wi11-holdsworth 2026-01-07 18:02:14 +11:00
parent ee83c94cf9
commit 2f5065d610
8 changed files with 7 additions and 23 deletions

View file

@ -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" ];
}