From e28f1af00c0fd0f8dcb0d432ff792cae7d8b4553 Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 10 Feb 2025 19:37:24 +0100 Subject: corrino: authelia following new standard for providing host and port info --- nix/hosts/corrino/www/sso.emile.space.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/hosts/corrino/www/sso.emile.space.nix b/nix/hosts/corrino/www/sso.emile.space.nix index 2596bbe..44e30bb 100644 --- a/nix/hosts/corrino/www/sso.emile.space.nix +++ b/nix/hosts/corrino/www/sso.emile.space.nix @@ -116,9 +116,9 @@ in theme = "dark"; server = { - # address = "127.0.0.1:${toString config.emile.ports.authelia}"; - host = "127.0.0.1"; - port = config.emile.ports.authelia; + address = "127.0.0.1:${toString config.emile.ports.authelia}"; + # host = "127.0.0.1"; + # port = config.emile.ports.authelia; }; # we're using a file to store the user information -- cgit 1.4.1