smithers: switch from iwd to wpa_supplicant

master
Yorick van Pelt 2023-02-18 22:43:15 +01:00
parent 299e8aa05c
commit a4ca1bc5f0
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
boot.supportedFilesystems = [ "zfs" ];
boot.kernelPackages = pkgs.zfs.latestCompatibleLinuxPackages;
networking.wireless.iwd.enable = true;
networking.wireless.enable = true;
networking.hostId = "54a8968e";
services.zfs.autoScrub.enable = true;