From 1baeeadb66b794320068d333ffd5335e38e1d993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Santiago?= Date: Sat, 13 Apr 2024 00:17:07 -0400 Subject: [PATCH] Update some options to their new names --- configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 4196aa4..d3a7df0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -69,8 +69,8 @@ services.desktopManager.plasma6.enable = true; # Automatic login (to avoid entering a second pasword) - services.xserver.displayManager.autoLogin.enable = true; - services.xserver.displayManager.autoLogin.user = "alexuty"; + services.displayManager.autoLogin.enable = true; + services.displayManager.autoLogin.user = "alexuty"; # Keyboard settings (xkb) services.xserver.xkb = { @@ -82,7 +82,7 @@ services.printing.enable = true; services.avahi = { enable = true; - nssmdns = true; + nssmdns4 = true; openFirewall = true; }; services.printing.drivers = [ pkgs.hplipWithPlugin ];