about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-04-07 15:15:59 +0100
committerdevhell <devhell@mailfresser.de>2021-04-07 15:17:42 +0100
commit1576e1025d570851449f6668e0bda2b1b9b21e06 (patch)
treecd2686e12aae7285a114c298d895fc547dc5d5d3 /machines/devhell
parent28868b093237a4de9ef5043a5e4a45f5a15bbb74 (diff)
machines/herja: Switch back to iwd
Finally, after a lot of hussle with the IT department they've come to
the conclusion that, in fact, their eduroam cert was not generated
properly thereby preventing me from using iwd. It looks like this only
affected a minority of devices (presumably those with proper
implementation).
Diffstat (limited to 'machines/devhell')
-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;
     };
   };