auth machine
This commit is contained in:
parent
98dce86882
commit
851a9e18db
34 changed files with 2383 additions and 99 deletions
14
machines/auth/bootstrap/group-configs.nix
Normal file
14
machines/auth/bootstrap/group-configs.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{config, ...}: {
|
||||
sops.templates."default-groups.json" = {
|
||||
content = ''
|
||||
{
|
||||
"name": "git-user"
|
||||
}
|
||||
{
|
||||
"name": "git-admin"
|
||||
}
|
||||
'';
|
||||
path = "/bootstrap/group-configs/default-groups.json";
|
||||
owner = "lldap";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue