From 93d8ac4e0003af684528c230fa66cc09bf6420d6 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sun, 20 Dec 2020 20:14:00 +0100 Subject: [PATCH] Revert "Replace wpa_supplicant with iwd" This reverts commit 48d592277ef53564bd7aad532a1708a00387b630. --- modules/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/networking.nix b/modules/networking.nix index eece64c..723d91d 100644 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -5,7 +5,7 @@ networking = { hostName = "panacea"; hostId = "8feb0bb8"; - wireless.iwd.enable = true; + wireless.enable = true; enableIPv6 = false; };