summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-25 11:24:27 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-25 11:24:27 +0200
commit9b3d203240e009bcc52f81a48170614bd38d360d (patch)
treeeeecaa9000b43aad2bd27319f62d8633d3cd1517 /ymir.nix
parentdcba5b5599dcb3431af1a9d72c4d7edb9f0444a0 (diff)
downloadnixos-9b3d203240e009bcc52f81a48170614bd38d360d.tar
nixos-9b3d203240e009bcc52f81a48170614bd38d360d.tar.gz
nixos-9b3d203240e009bcc52f81a48170614bd38d360d.tar.bz2
nixos-9b3d203240e009bcc52f81a48170614bd38d360d.tar.xz
nixos-9b3d203240e009bcc52f81a48170614bd38d360d.zip
use dns resolver on homeserver for DNSSEC
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 19e8ca18..69501d02 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -245,7 +245,7 @@ in rec {
245 inherit (pkgs) stdenv nettools openresolv; 245 inherit (pkgs) stdenv nettools openresolv;
246 name = "ymir"; 246 name = "ymir";
247 connect = false; 247 connect = false;
248 useDNS = false; 248 useDNS = true;
249 ipConf = { 249 ipConf = {
250 ip4 = [ { address = "10.141.5.1"; prefixLength = 16; } ]; 250 ip4 = [ { address = "10.141.5.1"; prefixLength = 16; } ];
251 }; 251 };
@@ -254,6 +254,7 @@ in rec {
254 inherit (pkgs) stdenv nettools openresolv; 254 inherit (pkgs) stdenv nettools openresolv;
255 name = "ymir"; 255 name = "ymir";
256 connect = false; 256 connect = false;
257 useDNS = false;
257 ipConf = { 258 ipConf = {
258 ip4 = [ { address = "10.142.0.3"; prefixLength = 16; } ]; 259 ip4 = [ { address = "10.142.0.3"; prefixLength = 16; } ];
259 }; 260 };