all repos — nixfiles @ 6f650a819686c71e68a7c1c0b90d9a413ebc43e5

System and user configuration, managed by nix and home-manager

linde: fix failing AXFRs to HE
Alan Pearce alan@alanpearce.eu
Mon, 10 Jun 2024 21:14:50 +0200
commit

6f650a819686c71e68a7c1c0b90d9a413ebc43e5

parent

42ec9d81eca3257ee2cc895b6a2957c39ada2881

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M system/linde.nixsystem/linde.nix
@@ -340,7 +340,7 @@ inherit (lib.strings) concatStringsSep;       he = rec {
         notify = "216.218.130.2";
         axfr = [
-          notify
+          "216.218.133.2"
           "2001:470:600::2"
         ];
       };