this repo has no description

fix: change network manager to wpa_supplicant (#76)

IWD was slowing down laptop boot

authored by tghanken.tngl.sh and committed by GitHub a4b3cfc7 11f0b2e0

Changed files
+2 -2
nix
modules
+2 -2
nix/modules/nixos/networking.nix
··· 1 1 { 2 2 networking.networkmanager.enable = true; 3 - networking.networkmanager.wifi.backend = "iwd"; 4 - networking.wireless.iwd.enable = true; 3 + # networking.networkmanager.wifi.backend = "iwd"; 4 + # networking.wireless.iwd.enable = true; 5 5 }