18 lines
625 B
Nix
18 lines
625 B
Nix
{
|
|
age.secrets = {
|
|
# authelia
|
|
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;
|
|
authelia-lldap-bind-user-pass.file = ./authelia/lldap-bind-user-pass.age;
|
|
|
|
# lldap
|
|
lldap-user-pass.file = ./lldap/user-pass.age;
|
|
|
|
# mumble
|
|
murmur-env.file = ./murmur/env.age;
|
|
murmur-superpassword.file = ./murmur/superpassword.age;
|
|
};
|
|
}
|