user and group fixings
This commit is contained in:
@@ -47,7 +47,6 @@ in {
|
||||
|
||||
virtualisation.oci-containers.containers = {
|
||||
qbittorrent = {
|
||||
user = "${srv.user}:${srv.group};";
|
||||
image = "linuxserver/qbittorrent:latest";
|
||||
autoStart = true;
|
||||
dependsOn = ["gluetun"];
|
||||
@@ -97,5 +96,15 @@ in {
|
||||
};
|
||||
};
|
||||
};
|
||||
users = {
|
||||
users.qbittorrent = {
|
||||
uid = srv.uid;
|
||||
group = "qbittorrent";
|
||||
isSystemUser = true;
|
||||
};
|
||||
groups.qbittorrent = {
|
||||
gid = srv.gid;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user