fesf 2
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user