try to fix network config to work on Macs, too
This commit is contained in:
parent
8bbe4a46aa
commit
81770375e2
5 changed files with 25 additions and 8 deletions
|
@ -17,6 +17,14 @@
|
|||
networking.hostName = "beta";
|
||||
networking.hostId = "c07bab49";
|
||||
|
||||
# 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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue