diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-04 18:26:29 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-04 18:26:29 +0200 |
| commit | 7ca03e66f0a21770488cdb4f6a0d94b7355781ce (patch) | |
| tree | ac7b6eabbd0f715e90d3b28129ac9166a80ed258 | |
| parent | d71c3938f05e80797c64effc862214773502c3cd (diff) | |
| download | nixos-7ca03e66f0a21770488cdb4f6a0d94b7355781ce.tar nixos-7ca03e66f0a21770488cdb4f6a0d94b7355781ce.tar.gz nixos-7ca03e66f0a21770488cdb4f6a0d94b7355781ce.tar.bz2 nixos-7ca03e66f0a21770488cdb4f6a0d94b7355781ce.tar.xz nixos-7ca03e66f0a21770488cdb4f6a0d94b7355781ce.zip | |
additional fallback DNS
| -rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -226,7 +226,7 @@ in rec { | |||
| 226 | ]; | 226 | ]; |
| 227 | extraConfig = '' | 227 | extraConfig = '' |
| 228 | option subnet-mask 255.255.255.0; | 228 | option subnet-mask 255.255.255.0; |
| 229 | option domain-name-servers 10.141.1.1, 8.8.8.8, 8.8.4.4; | 229 | option domain-name-servers 10.141.1.1, 8.8.8.8, 8.8.4.4, 192.168.2.1; |
| 230 | option domain-name "bragisheimr.yggdrasil"; | 230 | option domain-name "bragisheimr.yggdrasil"; |
| 231 | option routers 10.141.4.1; | 231 | option routers 10.141.4.1; |
| 232 | subnet 10.141.4.0 netmask 255.255.255.0 { | 232 | subnet 10.141.4.0 netmask 255.255.255.0 { |
