From f0a0318b99232c25f9ef782c53db724f66127135 Mon Sep 17 00:00:00 2001 From: devhell Date: Tue, 8 Oct 2019 19:50:14 +0100 Subject: machines/hildr: Explicitly enable DHCP --- machines/devhell/hildr.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix index 9230ca7b..9445b3f0 100644 --- a/machines/devhell/hildr.nix +++ b/machines/devhell/hildr.nix @@ -61,6 +61,10 @@ hostName = "hildr"; wireless.enable = true; useNetworkd = true; + interfaces = { + enp0s31f6.useDHCP = true; + wlp2s0.useDHCP = true; + }; }; powerManagement = { -- cgit 1.4.1