about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2018-12-27 20:56:34 +0000
committerdevhell <devhell@mailfresser.de>2018-12-27 20:56:34 +0000
commit292099429d0bab51f0cb634c6bc5c9745c4c1383 (patch)
tree02afe83d1a9664aafd21590f617f527ecbdfad43 /machines
parent7415729ff62b9ad5ce5a166c227d5c882094fe6b (diff)
machines/titan: Switch to iwd
Now, it's not yet clear if iwd will work with my uni's eduroam service
at all. Either way though, this is in preparation for the switch and
test once I'm near an eduroam access point.
Diffstat (limited to 'machines')
-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 11b7dd30..450996fe 100644
--- a/machines/devhell/titan.nix
+++ b/machines/devhell/titan.nix
@@ -58,7 +58,7 @@
 
   networking = {
     hostName = "titan";
-    wireless.enable = true;
+    wireless.iwd.enable = true;
     useNetworkd = true;
   };