group thing2
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
enable = true;
|
||||
email = "adam@cnst.dev";
|
||||
domain = "cnst.dev";
|
||||
uid = 994;
|
||||
gid = 993;
|
||||
caddy = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
@@ -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