zones: drop reisen-fra0 from secondary dns in favor of suwako-vie0

This commit is contained in:
Lu Wang 2024-12-17 22:46:17 +08:00
parent 6dd72d20c7
commit fa81d0bcb8
Signed by: rebmit
SSH key fingerprint: SHA256:3px8QV1zEerIrEWHaqtH5rR9kjetyRST5EipOPrd+bU
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@
++ (with profiles; [
services.caddy
services.keycloak
services.knot.secondary
services.miniflux
services.ntfy
services.postgresql

View file

@ -18,7 +18,7 @@ rec {
secondary = [
"reisen-nrt0"
"reisen-sin0"
"reisen-fra0"
"suwako-vie0"
];
nameservers = [ primary ] ++ secondary;
hosts = data.hosts;