rpi4/services: set Authelia to auto detect theme

This commit is contained in:
NullBite 2024-07-18 17:39:13 -04:00
parent d6216f8aad
commit d994809daa
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -118,6 +118,7 @@
notifier.filesystem.filename = "/var/lib/authelia-${inst}/notification.txt"; notifier.filesystem.filename = "/var/lib/authelia-${inst}/notification.txt";
authentication_backend.file.path = config.age.secrets.authelia-users.path; authentication_backend.file.path = config.age.secrets.authelia-users.path;
server.port = lib.mkIf (opts ? port) (opts.port or null); server.port = lib.mkIf (opts ? port) (opts.port or null);
theme = "auto";
}; };
}) { }) {
main = { main = {