From 152d1562a0229c4b0524d971bbc6847fc9ccb0c9 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sun, 30 Jun 2024 22:04:23 -0700 Subject: [PATCH] Nixpkgs update and configuration.nix update --- configuration.nix | 8 ++++---- flake.lock | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/configuration.nix b/configuration.nix index 90707f0..628f4c3 100755 --- a/configuration.nix +++ b/configuration.nix @@ -76,9 +76,9 @@ in services.xserver.desktopManager.gnome.enable = true; # Configure keymap in X11 - services.xserver = { + services.xserver.xkb = { layout = "us"; - xkbVariant = ""; + variant = ""; }; # Enable CUPS to print documents. @@ -118,8 +118,8 @@ in users.groups.php = {}; # Enable automatic login for the user. - services.xserver.displayManager.autoLogin.enable = true; - services.xserver.displayManager.autoLogin.user = "free"; + services.displayManager.autoLogin.enable = true; + services.displayManager.autoLogin.user = "free"; # Workaround for GNOME autologin: https://github.com/NixOS/nixpkgs/issues/103746#issuecomment-945091229 systemd.services."getty@tty1".enable = true; diff --git a/flake.lock b/flake.lock index 03e372a..00433c4 100755 --- a/flake.lock +++ b/flake.lock @@ -157,11 +157,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1719254875, - "narHash": "sha256-ECni+IkwXjusHsm9Sexdtq8weAq/yUyt1TWIemXt3Ko=", + "lastModified": 1719506693, + "narHash": "sha256-C8e9S7RzshSdHB7L+v9I51af1gDM5unhJ2xO1ywxNH8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "2893f56de08021cffd9b6b6dfc70fd9ccd51eb60", + "rev": "b2852eb9365c6de48ffb0dc2c9562591f652242a", "type": "github" }, "original": {