diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-04-12 22:42:51 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-04-12 22:42:51 +0200 |
commit | 97067e3a520a1746f17976d14279f572820a289e (patch) | |
tree | cb96dac2c698856bd858c163bb98c8ae5cf94229 | |
parent | 3abf91c757e219819d46e38a18f33f48ffa0024e (diff) | |
download | nixos-97067e3a520a1746f17976d14279f572820a289e.tar nixos-97067e3a520a1746f17976d14279f572820a289e.tar.gz nixos-97067e3a520a1746f17976d14279f572820a289e.tar.bz2 nixos-97067e3a520a1746f17976d14279f572820a289e.tar.xz nixos-97067e3a520a1746f17976d14279f572820a289e.zip |
No more speedport
-rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -235,7 +235,7 @@ in rec { | |||
235 | ]; | 235 | ]; |
236 | extraConfig = '' | 236 | extraConfig = '' |
237 | option subnet-mask 255.255.255.0; | 237 | option subnet-mask 255.255.255.0; |
238 | option domain-name-servers 10.141.1.1, 8.8.8.8, 8.8.4.4, 192.168.2.1; | 238 | option domain-name-servers 10.141.1.1, 8.8.8.8, 8.8.4.4; |
239 | option domain-name "bragisheimr.yggdrasil"; | 239 | option domain-name "bragisheimr.yggdrasil"; |
240 | option routers 10.141.4.1; | 240 | option routers 10.141.4.1; |
241 | subnet 10.141.4.0 netmask 255.255.255.0 { | 241 | subnet 10.141.4.0 netmask 255.255.255.0 { |