summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index d07c5a3e..5a029552 100644
--- a/hel.nix
+++ b/hel.nix
@@ -118,6 +118,9 @@
118 resolved = { 118 resolved = {
119 enable = true; 119 enable = true;
120 domains = ["midgard.yggdrasil" "asgard.yggdrasil" "yggdrasil"]; 120 domains = ["midgard.yggdrasil" "asgard.yggdrasil" "yggdrasil"];
121 extraConfig = ''
122 DNSStubListener=on
123 '';
121 }; 124 };
122 125
123 vnstat = { 126 vnstat = {