Return authelia service to lebesgue.

This commit is contained in:
Lorenzo Good 2025-12-31 00:28:39 -06:00
parent 60424d6ff2
commit b0657027e6
Signed by: lorenzo
GPG key ID: 7FCD64BD81180ED0
3 changed files with 32 additions and 0 deletions

View file

@ -20,6 +20,19 @@
ssh-domain = "lebesgue";
};
services.authelia = {
enable = true;
domain = "foehammer.me";
url = "https://auth.foehammer.me";
jwtSecretFile = config.sops.secrets.authelia-jwtsecret.path;
userDbFile = config.sops.secrets.authelia-users.path;
# oidcIssuerPrivateKeyFile = config.sops.secrets.authelia-oidc-privkey.path;
# oidcHmacSecretFile = config.sops.secrets.authelia-oidc-hmac.path;
sessionSecretFile = config.sops.secrets.authelia-session-secret.path;
storageEncryptionKeyFile = config.sops.secrets.authelia-storage-encryption.path;
};
services.vaultwarden = {
enable = true;
domain = "https://passwords.foehammer.me";