upgrades from macbookpro

This commit is contained in:
Florian Schmitt 2024-07-03 10:46:47 +03:00
parent 274954af86
commit 637d902291
5 changed files with 16 additions and 65 deletions

View file

@ -25,6 +25,8 @@
networking.hostName = "luffy"; # Define your hostname.
networking.extraHosts = ''
127.0.0.1 yeswiki.test
192.168.36.206 chmok.net
fd72:51a6:d583:0:984a:cc56:cf75:dc6 chmok.net
'';
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
@ -61,8 +63,8 @@
# Configure keymap in X11
services.xserver = {
layout = "us,ru";
xkbVariant = "mac";
xkb.layout = "us,ru";
xkb.variant = "mac";
};
imports = [