From 3f74b4ecc447271c52382e44b798bc1eef1a0175 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Wed, 17 Sep 2025 00:38:32 +0200 Subject: [PATCH] test: add dns record for authelia service --- test/common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/common.nix b/test/common.nix index cd199ec..a3f7ef2 100644 --- a/test/common.nix +++ b/test/common.nix @@ -200,7 +200,7 @@ in shb.nginx.accessLog = true; networking.hosts = { - "192.168.1.2" = [ config.test.fqdn ]; + "192.168.1.2" = [ config.test.fqdn "auth.${config.test.domain}" ]; }; }; }; @@ -261,7 +261,7 @@ in }; config = { networking.hosts = { - "192.168.1.2" = [ config.test.fqdn ]; + "192.168.1.2" = [ config.test.fqdn "auth.${config.test.domain}" ]; }; environment.variables = {