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 = {
users.gid = 100;
piracy.gid = 985;
core.gid = 1251;
glue.gid = 6969;
};
};
nixpkgs.config = {

View File

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

View File

@@ -37,7 +37,7 @@ in
};
services.stash = {
inherit (cfg) enable;
group = "piracy";
group = "glue";
mutableSettings = true;
username = "Suing8150";
passwordFile = config.sops.secrets."stash/password".path;