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

@ -17,6 +17,10 @@
networking.hostName = "miku";
networking.hostId = "4d00f481";
# just classic DHCP, wired only
networking.networkmanager.enable = false;
networking.useDHCP = true;
# EurKey layout
services.xserver.xkb.layout = "eu";
}