new control groups

This commit is contained in:
Danilo Reyes
2026-01-16 09:49:30 -06:00
parent d4c7ea8742
commit 597f9ee5b8
3 changed files with 5 additions and 1 deletions

View File

@@ -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 = {

View File

@@ -61,6 +61,8 @@ in
"scanner" "scanner"
"lp" "lp"
"piracy" "piracy"
"core"
"glue"
"kavita" "kavita"
"video" "video"
"docker" "docker"

View File

@@ -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;