fix(libra): Use wpa_supplicant

iwd seems to cause trouble
This commit is contained in:
Jalil David Salamé Messina 2024-01-20 15:52:10 +01:00
parent 0b0413c942
commit 9b1fb2432a
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -34,7 +34,7 @@
networking.hostName = "libra"; networking.hostName = "libra";
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
networking.networkmanager.wifi.backend = "iwd"; # networking.networkmanager.wifi.backend = "iwd"; # Seems to cause problems
networking.networkmanager.appendNameservers = [ "1.1.1.1" "1.0.0.1" "8.8.8.8" "8.4.4.8" ]; networking.networkmanager.appendNameservers = [ "1.1.1.1" "1.0.0.1" "8.8.8.8" "8.4.4.8" ];
# Select internationalisation properties. # Select internationalisation properties.