From 14aca80ff64d0d775c8bb4c296a0467638a0fe1d Mon Sep 17 00:00:00 2001 From: Niels Kunis Date: Wed, 17 Jan 2024 19:13:46 +0100 Subject: [PATCH] added kms.kun.is to dns config (without ipv6) --- nixos/modules/networking/dmz/zones/kun.is.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixos/modules/networking/dmz/zones/kun.is.nix b/nixos/modules/networking/dmz/zones/kun.is.nix index adb5503..8bc23ff 100644 --- a/nixos/modules/networking/dmz/zones/kun.is.nix +++ b/nixos/modules/networking/dmz/zones/kun.is.nix @@ -46,6 +46,12 @@ in git = { A = [ publicIPv4 ]; AAAA = [ ]; + }; + + # Override because we don't support IPv6 for KMS. + kms = { + A = [ publicIPv4 ]; + AAAA = [ ]; }; }; }