about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/devhell/herja.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/machines/devhell/herja.nix b/machines/devhell/herja.nix
index 0d79c54f..b29a2fbc 100644
--- a/machines/devhell/herja.nix
+++ b/machines/devhell/herja.nix
@@ -70,13 +70,12 @@
 
   networking = {
     hostName = "herja";
-    wireless.enable = true;
+    wireless.iwd.enable = true;
     useNetworkd = true;
     interfaces = {
       enp6s0f3u1.useDHCP = true;
-      enp6s0f4u1.useDHCP = true;
       enp2s0f0.useDHCP = true;
-      wlp3s0.useDHCP = true;
+      wlan0.useDHCP = true;
     };
   };