Update some options to their new names

pull/8/merge
Álex Santiago 5 months ago
parent 3448ceef8e
commit 1baeeadb66

@ -69,8 +69,8 @@
services.desktopManager.plasma6.enable = true; services.desktopManager.plasma6.enable = true;
# Automatic login (to avoid entering a second pasword) # Automatic login (to avoid entering a second pasword)
services.xserver.displayManager.autoLogin.enable = true; services.displayManager.autoLogin.enable = true;
services.xserver.displayManager.autoLogin.user = "alexuty"; services.displayManager.autoLogin.user = "alexuty";
# Keyboard settings (xkb) # Keyboard settings (xkb)
services.xserver.xkb = { services.xserver.xkb = {
@ -82,7 +82,7 @@
services.printing.enable = true; services.printing.enable = true;
services.avahi = { services.avahi = {
enable = true; enable = true;
nssmdns = true; nssmdns4 = true;
openFirewall = true; openFirewall = true;
}; };
services.printing.drivers = [ pkgs.hplipWithPlugin ]; services.printing.drivers = [ pkgs.hplipWithPlugin ];

Loading…
Cancel
Save