fesf 3
This commit is contained in:
@@ -50,6 +50,7 @@ in {
|
|||||||
virtualisation.oci-containers.containers = {
|
virtualisation.oci-containers.containers = {
|
||||||
qbittorrent = {
|
qbittorrent = {
|
||||||
image = "ghcr.io/hotio/qbittorrent:latest";
|
image = "ghcr.io/hotio/qbittorrent:latest";
|
||||||
|
user = "share";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
dependsOn = ["gluetun"];
|
dependsOn = ["gluetun"];
|
||||||
ports = [
|
ports = [
|
||||||
@@ -99,16 +100,16 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
users = {
|
# users = {
|
||||||
users.qbittorrent = {
|
# users.qbittorrent = {
|
||||||
inherit uid;
|
# inherit uid;
|
||||||
group = "qbittorrent";
|
# group = "${srv.group}";
|
||||||
extraGroups = ["${srv.group}"];
|
# # extraGroups = ["${srv.group}"];
|
||||||
isSystemUser = true;
|
# isSystemUser = true;
|
||||||
};
|
# };
|
||||||
groups.qbittorrent = {
|
# # groups.qbittorrent = {
|
||||||
inherit gid;
|
# # inherit gid;
|
||||||
};
|
# # };
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user