diff --git a/hosts/laptop/hardware-configuration.nix b/hosts/laptop/hardware-configuration.nix index 73cc41e..9f0656f 100644 --- a/hosts/laptop/hardware-configuration.nix +++ b/hosts/laptop/hardware-configuration.nix @@ -64,7 +64,14 @@ networking = { useDHCP = false; # Deprecated hostName = "nbf5"; - networkmanager.enable = true; + wireless.iwd.enable = true; + networkmanager = { + enable = true; + wifi = { + backend = "iwd"; + powersave = true; + }; + }; interfaces = { wlp1s0 = { useDHCP = true; # For versatility sake, manually edit IP on nm-applet.