about summary refs log tree commit diff
path: root/machines/devhell/hildr.nix
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-10-08 19:50:14 +0100
committerdevhell <devhell@mailfresser.de>2019-10-08 19:50:14 +0100
commitf0a0318b99232c25f9ef782c53db724f66127135 (patch)
tree4a6e6b79e9c8d55064902484b23ff812ac4408d1 /machines/devhell/hildr.nix
parente88e4a004d1a0f89aa098800f2e32423f3cc849a (diff)
machines/hildr: Explicitly enable DHCP
Diffstat (limited to 'machines/devhell/hildr.nix')
-rw-r--r--machines/devhell/hildr.nix4
1 files changed, 4 insertions, 0 deletions
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 = {