t2-iso-gnome: do not set iwd as the default backend for NetworkManager, this setting has been moved to nixos-hardware

This commit is contained in:
kekrby 2022-08-31 15:02:00 +03:00
parent 065dc60b3f
commit a726cab94e
2 changed files with 3 additions and 5 deletions

View file

@ -16,8 +16,6 @@
alsa.enable = true;
};
networking.networkmanager.wifi.backend = "iwd";
# ZFS is broken and prevents building without this
nixpkgs.config.allowBroken = true;