From e88e4a004d1a0f89aa098800f2e32423f3cc849a Mon Sep 17 00:00:00 2001 From: devhell Date: Tue, 8 Oct 2019 14:11:24 +0100 Subject: machines/gunnr: Explicitly enable DHCP Explicitly enable DHCP on interfaces as requested in [1]. [1]: https://github.com/NixOS/nixpkgs/pull/69302 --- machines/devhell/gunnr.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines') 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 = { -- cgit 1.4.1