t2-iso-minimal, t2-iso-gnome: switch to iwd
This commit is contained in:
parent
11ec455e1a
commit
d1587cbed7
2 changed files with 5 additions and 3 deletions
|
|
@ -16,6 +16,8 @@
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.networkmanager.wifi.backend = "iwd";
|
||||||
|
|
||||||
# ZFS is broken and prevents building without this
|
# ZFS is broken and prevents building without this
|
||||||
nixpkgs.config.allowBroken = true;
|
nixpkgs.config.allowBroken = true;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,9 +10,9 @@
|
||||||
# ZFS is broken and prevents building without this
|
# ZFS is broken and prevents building without this
|
||||||
nixpkgs.config.allowBroken = true;
|
nixpkgs.config.allowBroken = true;
|
||||||
|
|
||||||
# NetworkManager is preferred because wpa_supplicant does not work well (though wpa_cli seems to work fine for some reason)
|
# 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 NetworkManager
|
# 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.networkmanager.enable = true;
|
networking.wireless.iwd.enable = true;
|
||||||
networking.wireless.enable = false;
|
networking.wireless.enable = false;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue