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,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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue