Skip to content

Commit 9aa563a

Browse files
committed
t2-iso-minimal, t2-iso-gnome: switch to wpa_supplicant from iwd
See kekrby/nixos-hardware@8a8b616 for the rationale.
1 parent 79cc52e commit 9aa563a

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/t2-iso-minimal.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
# ZFS is broken and prevents building without this
1111
nixpkgs.config.allowBroken = true;
1212

13-
# iwd is preferred because wpa_supplicant does not work well (though wpa_cli seems to work fine for some reason)
14-
# 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
15-
networking.wireless.iwd.enable = true;
16-
networking.wireless.enable = false;
17-
1813
environment.systemPackages = with pkgs; [
1914
vim
2015
];

0 commit comments

Comments
 (0)