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; }; }