From a59e78126b5da89da5e6b9d785126c9e4ffd9a58 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 16 Jun 2015 23:27:56 +0200 Subject: better interfaces config --- bragi.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'bragi.nix') diff --git a/bragi.nix b/bragi.nix index e4bda858..babd43d8 100644 --- a/bragi.nix +++ b/bragi.nix @@ -181,9 +181,6 @@ internalIPs = [ "10.141.4.0/24" ]; internalInterfaces = [ "wired" - "enp1s0" - "enp2s0" - "enp3s0" ]; }; @@ -202,13 +199,10 @@ services.dhcpd = { enable = true; interfaces = [ "wired" - "enp1s0" - "enp2s0" - "enp3s0" ]; extraConfig = '' option subnet-mask 255.255.255.0; - option broadcast-address 10.141.1.1; + #option broadcast-address 10.141.1.1; option domain-name-servers 10.141.1.1, 8.8.8.8, 8.8.4.4; option domain-name "bragisheimr.yggdrasil"; option routers 10.141.4.1; -- cgit v1.2.3