diff --git a/hosts/rpi4/services.nix b/hosts/rpi4/services.nix index d47e5a3..c3d5222 100644 --- a/hosts/rpi4/services.nix +++ b/hosts/rpi4/services.nix @@ -118,6 +118,7 @@ notifier.filesystem.filename = "/var/lib/authelia-${inst}/notification.txt"; authentication_backend.file.path = config.age.secrets.authelia-users.path; server.port = lib.mkIf (opts ? port) (opts.port or null); + theme = "auto"; }; }) { main = {