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 = {
# 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;
# }; };
# }; };
}; };
} }