This commit is contained in:
2025-07-22 16:04:22 +02:00
parent 2ea223b927
commit d5046d55f3

View File

@@ -99,16 +99,16 @@ in {
}; };
}; };
users = { # users = {
users.qbittorrent = { # users.qbittorrent = {
inherit uid; # inherit uid;
group = "qbittorrent"; # group = "qbittorrent";
extraGroups = ["${srv.group}"]; # extraGroups = ["${srv.group}"];
isSystemUser = true; # isSystemUser = true;
}; # };
groups.qbittorrent = { # groups.qbittorrent = {
inherit gid; # inherit gid;
}; # };
}; # };
}; };
} }