about summary refs log tree commit diff
path: root/nix/hosts/corrino/modules/authelia.emile.space.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/hosts/corrino/modules/authelia.emile.space.nix')
-rw-r--r--nix/hosts/corrino/modules/authelia.emile.space.nix3
1 files changed, 1 insertions, 2 deletions
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