forked from fediversity/fediversity
add agent groups
This commit is contained in:
parent
dc9d2c33a5
commit
e4cb66de08
1 changed files with 5 additions and 0 deletions
|
|
@ -10,6 +10,11 @@
|
||||||
defaults.email = "something@fediversity.eu";
|
defaults.email = "something@fediversity.eu";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
users.groups = {
|
||||||
|
woodpecker-agent-exec = { };
|
||||||
|
woodpecker-agent-docker = { };
|
||||||
|
};
|
||||||
|
|
||||||
age.secrets =
|
age.secrets =
|
||||||
lib.mapAttrs
|
lib.mapAttrs
|
||||||
(_: group: {
|
(_: group: {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue