qbt change to user and group 09

This commit is contained in:
2025-07-22 14:15:05 +02:00
parent f3f457ebe6
commit eee9ea5b9a

View File

@@ -49,7 +49,7 @@ in {
virtualisation.oci-containers.containers = { virtualisation.oci-containers.containers = {
qbittorrent = { qbittorrent = {
user = "${srv.uid}:${srv.gid}"; user = "${toString srv.uid}:${toString srv.gid}";
image = "linuxserver/qbittorrent:latest"; image = "linuxserver/qbittorrent:latest";
autoStart = true; autoStart = true;
dependsOn = ["gluetun"]; dependsOn = ["gluetun"];