about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-10-08 14:11:24 +0100
committerdevhell <devhell@mailfresser.de>2019-10-08 14:11:24 +0100
commite88e4a004d1a0f89aa098800f2e32423f3cc849a (patch)
treebdbdda4b3b85315a463e1d36b4793b62c59ee5b9 /machines
parentbc1c8b7b68f5fdaae63a80a69b0973bdcb82288b (diff)
machines/gunnr: Explicitly enable DHCP
Explicitly enable DHCP on interfaces as requested in [1].

[1]: https://github.com/NixOS/nixpkgs/pull/69302
Diffstat (limited to 'machines')
-rw-r--r--machines/devhell/gunnr.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix
index 69225984..93e33c46 100644
--- a/machines/devhell/gunnr.nix
+++ b/machines/devhell/gunnr.nix
@@ -67,6 +67,7 @@
       default = "http://wproxy.canterbury.ac.uk:3128/";
       noProxy = "127.0.0.1,localhost";
     };
+    interfaces.enp4s0.useDHCP = true;
   };
 
   nix = {