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.qbittorrent = {
inherit uid;
group = "qbittorrent";
extraGroups = ["${srv.group}"];
isSystemUser = true;
};
groups.qbittorrent = {
inherit gid;
};
};
# users = {
# users.qbittorrent = {
# inherit uid;
# group = "qbittorrent";
# extraGroups = ["${srv.group}"];
# isSystemUser = true;
# };
# groups.qbittorrent = {
# inherit gid;
# };
# };
};
}