use iwd, only thing that works properly on e.g. Macs

This commit is contained in:
Christoph Cullmann 2025-07-04 18:55:32 +02:00
parent 2e2e4f9a5e
commit 8bbe4a46aa
No known key found for this signature in database

View file

@ -237,6 +237,13 @@ in
# use NetworkManager, works well for WiFi, too
networking.networkmanager.enable = true;
# use iwd, only thing that works properly on e.g. Macs
networking.wireless.enable = false;
networking.wireless.iwd = {
enable = true;
settings.General.EnableNetworkConfiguration = true;
};
# ensure firewall is up, allow ssh in
networking.firewall.enable = true;
networking.firewall.allowedTCPPorts = [ 22 ];