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