From 292099429d0bab51f0cb634c6bc5c9745c4c1383 Mon Sep 17 00:00:00 2001 From: devhell Date: Thu, 27 Dec 2018 20:56:34 +0000 Subject: 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. --- machines/devhell/titan.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; -- cgit 1.4.1