added customization to authelia

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Jakub Dorfman 2026-04-26 18:03:04 +02:00
parent b64042cd3a
commit afa1c263f6
5 changed files with 10 additions and 0 deletions

View file

@ -22,6 +22,9 @@
group = "authelia-main";
};
# Expose overrideable portal assets from this repository.
environment.etc."authelia/assets".source = ./authelia-assets;
services.authelia.instances.main = {
enable = true;
@ -36,6 +39,7 @@
default_2fa_method = "totp";
server.address = "tcp://127.0.0.1:9091";
server.asset_path = "/etc/authelia/assets";
log.level = "info";