try to fix network config to work on Macs, too

This commit is contained in:
Christoph Cullmann 2025-07-04 19:29:05 +02:00
parent 8bbe4a46aa
commit 81770375e2
No known key found for this signature in database
5 changed files with 25 additions and 8 deletions

View file

@ -18,6 +18,14 @@
networking.hostName = "zeta";
networking.hostId = "cce4e4c1";
# use NetworkManager, if we have WiFi, allows Plasma to manage connections
# use iwd, only thing that works properly on e.g. Macs
networking.networkmanager.enable = true;
networking.wireless.iwd = {
enable = true;
settings.General.EnableNetworkConfiguration = true;
};
# german laptop keyboard
services.xserver.xkb.layout = "de";
}