about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-01-03 11:51:03 +0000
committerdevhell <devhell@mailfresser.de>2019-01-03 11:51:03 +0000
commitd08f577c0f9ce799d7735ae35e8b7c2657b66fe8 (patch)
tree8c3b89cdba99e8f09c890d187c86642364e3bff3
parentb9b2cada1ae6e3775435e0a95e2e8bf93f250fec (diff)
Revert "machines/titan: Switch to iwd"
This reverts commit 292099429d0bab51f0cb634c6bc5c9745c4c1383.

Well, looks like iwd ist still not ready for primetime with my
university's eduroam implementation.
-rw-r--r--machines/devhell/titan.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/devhell/titan.nix b/machines/devhell/titan.nix
index 450996fe..11b7dd30 100644
--- a/machines/devhell/titan.nix
+++ b/machines/devhell/titan.nix
@@ -58,7 +58,7 @@
 
   networking = {
     hostName = "titan";
-    wireless.iwd.enable = true;
+    wireless.enable = true;
     useNetworkd = true;
   };