From d994809daa4296c180d783d4444d5013faac36e3 Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 18 Jul 2024 17:39:13 -0400 Subject: [PATCH] rpi4/services: set Authelia to auto detect theme --- hosts/rpi4/services.nix | 1 + 1 file changed, 1 insertion(+) 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 = {