diff options
author | Emile <git@emile.space> | 2025-02-10 19:37:24 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2025-02-10 19:37:24 +0100 |
commit | e28f1af00c0fd0f8dcb0d432ff792cae7d8b4553 (patch) | |
tree | 519d5ed668d916e6ac484c201081209b84e64098 | |
parent | 8b379245b37df57e62986e47360ea7f8d487a88d (diff) |
corrino: authelia following new standard for providing host and port info
-rw-r--r-- | nix/hosts/corrino/www/sso.emile.space.nix | 6 |
1 files 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 |