test: add dns record for authelia service
This commit is contained in:
parent
f38993bf32
commit
3f74b4ecc4
1 changed files with 2 additions and 2 deletions
|
|
@ -200,7 +200,7 @@ in
|
||||||
shb.nginx.accessLog = true;
|
shb.nginx.accessLog = true;
|
||||||
|
|
||||||
networking.hosts = {
|
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 = {
|
config = {
|
||||||
networking.hosts = {
|
networking.hosts = {
|
||||||
"192.168.1.2" = [ config.test.fqdn ];
|
"192.168.1.2" = [ config.test.fqdn "auth.${config.test.domain}" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue