diff options
author | Alan Pearce | 2024-06-10 21:14:50 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-10 21:14:50 +0200 |
commit | 6f650a819686c71e68a7c1c0b90d9a413ebc43e5 (patch) | |
tree | 13fd6b5ca7cbe421e41f5656e9552917ce0db0cf | |
parent | 42ec9d81eca3257ee2cc895b6a2957c39ada2881 (diff) | |
download | nixfiles-6f650a819686c71e68a7c1c0b90d9a413ebc43e5.tar.lz nixfiles-6f650a819686c71e68a7c1c0b90d9a413ebc43e5.tar.zst nixfiles-6f650a819686c71e68a7c1c0b90d9a413ebc43e5.zip |
linde: fix failing AXFRs to HE
-rw-r--r-- | system/linde.nix | 2 |
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" ]; }; |