summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index 83fcd870..1ea4f214 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -198,7 +198,11 @@
198 198
199 services.dhcpd = { 199 services.dhcpd = {
200 enable = true; 200 enable = true;
201 interfaces = "wired,enp1s0,enp2s0,enp3s0"; 201 interfaces = [ "wired"
202 "enp1s0"
203 "enp2s0"
204 "enp3s0"
205 ];
202 extraConfig = '' 206 extraConfig = ''
203 option subnet-mask 255.255.255.0; 207 option subnet-mask 255.255.255.0;
204 option broadcast-address 10.141.1.1; 208 option broadcast-address 10.141.1.1;