new control groups
This commit is contained in:
@@ -66,6 +66,8 @@
|
|||||||
groups = {
|
groups = {
|
||||||
users.gid = 100;
|
users.gid = 100;
|
||||||
piracy.gid = 985;
|
piracy.gid = 985;
|
||||||
|
core.gid = 1251;
|
||||||
|
glue.gid = 6969;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
nixpkgs.config = {
|
nixpkgs.config = {
|
||||||
|
|||||||
@@ -61,6 +61,8 @@ in
|
|||||||
"scanner"
|
"scanner"
|
||||||
"lp"
|
"lp"
|
||||||
"piracy"
|
"piracy"
|
||||||
|
"core"
|
||||||
|
"glue"
|
||||||
"kavita"
|
"kavita"
|
||||||
"video"
|
"video"
|
||||||
"docker"
|
"docker"
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ in
|
|||||||
};
|
};
|
||||||
services.stash = {
|
services.stash = {
|
||||||
inherit (cfg) enable;
|
inherit (cfg) enable;
|
||||||
group = "piracy";
|
group = "glue";
|
||||||
mutableSettings = true;
|
mutableSettings = true;
|
||||||
username = "Suing8150";
|
username = "Suing8150";
|
||||||
passwordFile = config.sops.secrets."stash/password".path;
|
passwordFile = config.sops.secrets."stash/password".path;
|
||||||
|
|||||||
Reference in New Issue
Block a user