rpi4/services: set Authelia to auto detect theme
This commit is contained in:
parent
d6216f8aad
commit
d994809daa
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user