this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: change network manager to wpa_supplicant (#76)

IWD was slowing down laptop boot

authored by

Taylor Hanken and committed by
GitHub
a4b3cfc7 11f0b2e0

+2 -2
+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 }