fix nixos-rebuild warnings in framework
This commit is contained in:
parent
aec0a426cd
commit
a492064323
2 changed files with 3 additions and 3 deletions
|
|
@ -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