fix nixos-rebuild warnings in framework

This commit is contained in:
Haak Saxberg 2024-06-28 01:45:31 -07:00
parent aec0a426cd
commit a492064323
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@
# run the following command to swap escape and caps-lock keys, like a # run the following command to swap escape and caps-lock keys, like a
# civilized person: # civilized person:
services.xserver.xkbOptions = "caps:swapescape"; services.xserver.xkb.options = "caps:swapescape";
users.extraUsers.haak = { users.extraUsers.haak = {
shell = pkgs.zsh; shell = pkgs.zsh;

View file

@ -114,7 +114,7 @@
# enable avahi for printer discovery # enable avahi for printer discovery
services.avahi = { services.avahi = {
enable = true; enable = true;
nssmdns = true; nssmdns4 = true;
}; };
# VPN setup # VPN setup
@ -149,7 +149,7 @@
displayManager.gdm.enable = true; displayManager.gdm.enable = true;
desktopManager.gnome.enable = true; desktopManager.gnome.enable = true;
layout = "us"; xkb = { layout = "us"; };
}; };
services.syncthing = { services.syncthing = {