From d08f577c0f9ce799d7735ae35e8b7c2657b66fe8 Mon Sep 17 00:00:00 2001 From: devhell Date: Thu, 3 Jan 2019 11:51:03 +0000 Subject: 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. --- 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 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; }; -- cgit 1.4.1