From 0e0b47b3cf1de2ea4c780ed488490a642a254f1e Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 2 Aug 2024 23:52:32 +0200 Subject: corrino ports --- nix/hosts/corrino/modules/authelia.emile.space.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nix/hosts/corrino/modules') diff --git a/nix/hosts/corrino/modules/authelia.emile.space.nix b/nix/hosts/corrino/modules/authelia.emile.space.nix index 4a4a72a..0f77197 100644 --- a/nix/hosts/corrino/modules/authelia.emile.space.nix +++ b/nix/hosts/corrino/modules/authelia.emile.space.nix @@ -1,7 +1,6 @@ { config, pkgs, ... }: let - ports = import ../ports.nix; authelia_port = config.services.authelia.instances.main.settings.server.port; in { @@ -106,7 +105,7 @@ in { server = { host = "127.0.0.1"; - port = ports.authelia; + port = config.emile.ports.authelia; }; # we're using a file to store the user information -- cgit 1.4.1