test: add dns record for authelia service

This commit is contained in:
ibizaman 2025-09-17 00:38:32 +02:00 committed by Pierre Penninckx
parent f38993bf32
commit 3f74b4ecc4

View file

@ -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 = {