group thing2
This commit is contained in:
@@ -47,9 +47,13 @@ in {
|
||||
'';
|
||||
};
|
||||
users.users.lidarr = {
|
||||
uid = 306;
|
||||
group = "lidarr";
|
||||
extraGroups = ["media"];
|
||||
isSystemUser = true;
|
||||
};
|
||||
groups.lidarr = {
|
||||
gid = 306;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -109,13 +109,13 @@ in {
|
||||
|
||||
users = {
|
||||
users.qbittorrent = {
|
||||
uid = cfg.uid;
|
||||
uid = 994;
|
||||
group = "qbittorrent";
|
||||
extraGroups = ["media"];
|
||||
isSystemUser = true;
|
||||
};
|
||||
groups.qbittorrent = {
|
||||
gid = cfg.gid;
|
||||
gid = 993;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user