Fix authelia urls.

This commit is contained in:
Lorenzo Good 2025-06-05 18:00:38 -05:00
parent 7a609c3306
commit dae4806d58
Signed by: lorenzo
GPG key ID: 7FCD64BD81180ED0
2 changed files with 16 additions and 2 deletions

View file

@ -19,7 +19,8 @@
services.authelia = {
enable = true;
domain = "auth.foehammer.me";
domain = "foehammer.me";
url = "https://auth.foehammer.me";
jwtSecretFile = config.sops.secrets.authelia-jwtsecret.path;
userDbFile = config.sops.secrets.authelia-users.path;