use iwd backend instead of wpa_supplicant

This commit is contained in:
2026-03-27 11:14:25 +01:00
parent 9e611b51aa
commit a86d41aced

View File

@@ -5,6 +5,8 @@
# boot.kernelPackages = pkgs.linuxPackages_latest;
networking.networkmanager.enable = true;
networking.networkmanager.wifi.backend = "iwd";
networking.wireless.iwd.enable = true;
time.timeZone = "Europe/Oslo";
i18n.defaultLocale = "en_US.UTF-8";
services.xserver.xkb = { layout = "us"; variant = ""; };