From 93c29eb35d5c0f3364dae140ee24adb7d6a53ea1 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 23 Sep 2024 20:17:38 -0400 Subject: [PATCH] wifi: don't use iwd by default --- common/wifi.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/common/wifi.nix b/common/wifi.nix index 373afc15..7d531710 100644 --- a/common/wifi.nix +++ b/common/wifi.nix @@ -52,9 +52,6 @@ }; }; - wifi = { - backend = "iwd"; - powersave = true; - }; + wifi.powersave = true; }; }