t2-iso-minimal, t2-iso-gnome: switch to wpa_supplicant from iwd

See 8a8b616ad0 for the rationale.
This commit is contained in:
kekrby 2022-09-12 20:36:24 +03:00
parent 79cc52e383
commit 9aa563a371
2 changed files with 3 additions and 8 deletions

View file

@ -10,11 +10,6 @@
# ZFS is broken and prevents building without this
nixpkgs.config.allowBroken = true;
# iwd is preferred because wpa_supplicant does not work well (though wpa_cli seems to work fine for some reason)
# wpa_supplicant is enabled by a module imported by the installation CD module so it is turned off so that it does not conflict with iwd
networking.wireless.iwd.enable = true;
networking.wireless.enable = false;
environment.systemPackages = with pkgs; [
vim
];