diff --git a/configuration/laptop/configuration.nix b/configuration/laptop/configuration.nix index f3be997..9c467fc 100644 --- a/configuration/laptop/configuration.nix +++ b/configuration/laptop/configuration.nix @@ -32,7 +32,10 @@ networking = { proxy.noProxy = "127.0.0.1,localhost,internal.domain"; - networkmanager.enable = true; + networkmanager = { + enable = true; + wifi.backend = "iwd"; + }; firewall.enable = true; };