summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index d2f43848..d735a365 100644
--- a/hel.nix
+++ b/hel.nix
@@ -569,6 +569,13 @@
569 ''; 569 '';
570 }; 570 };
571 571
572 systemd.network.networks."yggdrasil" = {
573 name = "yggdrasil";
574 networkConfig = {
575 DNSSECNegativeTrustAnchors = [ "10.in-addr.arpa" "yggdrasil" "168.192.in-addr.arpa" "box" ];
576 };
577 };
578
572 system = { 579 system = {
573 stateVersion = "16.09"; 580 stateVersion = "16.09";
574 }; 581 };