summary refs log tree commit diff stats
path: root/system/linde.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-06-10 21:14:50 +0200
committerAlan Pearce2024-06-10 21:14:50 +0200
commit6f650a819686c71e68a7c1c0b90d9a413ebc43e5 (patch)
tree13fd6b5ca7cbe421e41f5656e9552917ce0db0cf /system/linde.nix
parent42ec9d81eca3257ee2cc895b6a2957c39ada2881 (diff)
downloadnixfiles-6f650a819686c71e68a7c1c0b90d9a413ebc43e5.tar.lz
nixfiles-6f650a819686c71e68a7c1c0b90d9a413ebc43e5.tar.zst
nixfiles-6f650a819686c71e68a7c1c0b90d9a413ebc43e5.zip
linde: fix failing AXFRs to HE
Diffstat (limited to 'system/linde.nix')
-rw-r--r--system/linde.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/linde.nix b/system/linde.nix
index e21b79c3..4bc28c92 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -340,7 +340,7 @@ in
       he = rec {
         notify = "216.218.130.2";
         axfr = [
-          notify
+          "216.218.133.2"
           "2001:470:600::2"
         ];
       };