zones: drop reisen-fra0 from secondary dns in favor of suwako-vie0
This commit is contained in:
parent
6dd72d20c7
commit
fa81d0bcb8
|
@ -10,6 +10,7 @@
|
||||||
++ (with profiles; [
|
++ (with profiles; [
|
||||||
services.caddy
|
services.caddy
|
||||||
services.keycloak
|
services.keycloak
|
||||||
|
services.knot.secondary
|
||||||
services.miniflux
|
services.miniflux
|
||||||
services.ntfy
|
services.ntfy
|
||||||
services.postgresql
|
services.postgresql
|
||||||
|
|
|
@ -18,7 +18,7 @@ rec {
|
||||||
secondary = [
|
secondary = [
|
||||||
"reisen-nrt0"
|
"reisen-nrt0"
|
||||||
"reisen-sin0"
|
"reisen-sin0"
|
||||||
"reisen-fra0"
|
"suwako-vie0"
|
||||||
];
|
];
|
||||||
nameservers = [ primary ] ++ secondary;
|
nameservers = [ primary ] ++ secondary;
|
||||||
hosts = data.hosts;
|
hosts = data.hosts;
|
||||||
|
|
Loading…
Reference in a new issue