From 56ad573662a033817fdc3b210a9c2ded1a22ba47 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Mon, 24 Oct 2022 20:26:01 +0200 Subject: [PATCH] switch to iwd fos wifi --- hosts/laptop/hardware-configuration.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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.