homelab framework module init (everything is a mess)
This commit is contained in:
parent
0347f4d325
commit
bcbcc8b17b
94 changed files with 7289 additions and 436 deletions
|
|
@ -3,6 +3,7 @@
|
|||
sops.secrets."service_accounts/forgejo/password" = {};
|
||||
sops.secrets."service_accounts/jellyfin/password" = {};
|
||||
sops.secrets."service_accounts/mail/password" = {};
|
||||
sops.secrets."service_accounts/ente/password" = {};
|
||||
sops.templates."service-accounts.json" = {
|
||||
content = ''
|
||||
{
|
||||
|
|
@ -44,6 +45,16 @@
|
|||
"mail"
|
||||
]
|
||||
}
|
||||
{
|
||||
"id": "ente",
|
||||
"email": "ente@procopius.dk",
|
||||
"password": "${config.sops.placeholder."service_accounts/ente/password"}",
|
||||
"displayName": "ente",
|
||||
"groups": [
|
||||
"lldap_password_manager",
|
||||
"mail"
|
||||
]
|
||||
}
|
||||
'';
|
||||
path = "/bootstrap/user-configs/service-accounts.json";
|
||||
owner = "lldap";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue