This commit is contained in:
2025-07-22 16:11:11 +02:00
parent d5046d55f3
commit b8f2f8960a

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;
};
};
};
}