2024-08-10 17:23:17 +00:00
|
|
|
{ config, ... }:
|
|
|
|
|
2024-08-09 19:34:46 +00:00
|
|
|
{
|
|
|
|
age.secrets = {
|
2024-08-09 20:45:15 +00:00
|
|
|
# authelia
|
2024-08-09 19:38:40 +00:00
|
|
|
authelia-jwt.file = ./authelia/jwt.age;
|
|
|
|
authelia-storage.file = ./authelia/storage.age;
|
|
|
|
authelia-session.file = ./authelia/session.age;
|
|
|
|
authelia-oidc-issuer-privatekey-pem.file = ./authelia/oidc-issuer-privatekey-pem.age;
|
|
|
|
authelia-oidc-issuer-privatekey-crt.file = ./authelia/oidc-issuer-privatekey-crt.age;
|
2024-08-21 11:21:20 +00:00
|
|
|
authelia-smtp-password.file = ./authelia/smtp-password.age;
|
2024-08-09 19:38:40 +00:00
|
|
|
|
2024-08-09 20:45:15 +00:00
|
|
|
# lldap
|
2024-08-10 17:23:17 +00:00
|
|
|
lldap-admin-user-pass.file = ./lldap/admin-user-pass.age;
|
|
|
|
lldap-bind-user-pass = {
|
|
|
|
file = ./lldap/bind-user-pass.age;
|
|
|
|
group = "secrets-lldap-bind-user-pass";
|
|
|
|
mode = "0440";
|
|
|
|
};
|
2024-08-11 11:39:24 +00:00
|
|
|
lldap-bind-user-pass-hedgedoc-env.file = ./lldap/bind-user-pass-hedgedoc-env.age;
|
2024-08-09 20:45:15 +00:00
|
|
|
|
|
|
|
# mumble
|
|
|
|
murmur-env.file = ./murmur/env.age;
|
2024-08-09 21:07:51 +00:00
|
|
|
murmur-superpassword.file = ./murmur/superpassword.age;
|
2024-08-12 11:56:34 +00:00
|
|
|
|
|
|
|
# forgejo
|
|
|
|
forgejo-authelia-secret.file = ./forgejo/authelia-secret.age;
|
2024-08-14 10:24:04 +00:00
|
|
|
|
|
|
|
# teeworlds
|
|
|
|
teeworlds-env.file = ./teeworlds/env.age;
|
2024-08-14 19:29:57 +00:00
|
|
|
|
|
|
|
# nextcloud
|
|
|
|
nextcloud-admin-pass.file = ./nextcloud/admin-pass.age;
|
|
|
|
nextcloud-secrets.file = ./nextcloud/secrets.age;
|
2024-08-21 11:20:54 +00:00
|
|
|
|
|
|
|
# stalwart
|
|
|
|
stalwart-admin-fallback-password.file = ./stalwart/admin-fallback-password.age;
|
2024-08-24 13:02:21 +00:00
|
|
|
|
|
|
|
# matrix-synapse
|
|
|
|
matrix-synapse-config-authelia-secret.file = ./matrix-synapse/config-authelia-secret.age;
|
2024-12-03 21:06:54 +00:00
|
|
|
|
|
|
|
# wger
|
|
|
|
wger-env.file = ./wger/env.age;
|
2024-08-09 19:34:46 +00:00
|
|
|
};
|
2024-08-10 17:23:17 +00:00
|
|
|
|
|
|
|
users.groups.secrets-lldap-bind-user-pass = {};
|
2024-08-09 19:34:46 +00:00
|
|
|
}
|