fix nixos-rebuild warnings in framework
This commit is contained in:
parent
aec0a426cd
commit
a492064323
2 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
# run the following command to swap escape and caps-lock keys, like a
|
||||
# civilized person:
|
||||
services.xserver.xkbOptions = "caps:swapescape";
|
||||
services.xserver.xkb.options = "caps:swapescape";
|
||||
|
||||
users.extraUsers.haak = {
|
||||
shell = pkgs.zsh;
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@
|
|||
# enable avahi for printer discovery
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns = true;
|
||||
nssmdns4 = true;
|
||||
};
|
||||
|
||||
# VPN setup
|
||||
|
|
@ -149,7 +149,7 @@
|
|||
displayManager.gdm.enable = true;
|
||||
desktopManager.gnome.enable = true;
|
||||
|
||||
layout = "us";
|
||||
xkb = { layout = "us"; };
|
||||
};
|
||||
|
||||
services.syncthing = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue