From b90ac7e4244ce22f0f83fe9054df09845c4a8815 Mon Sep 17 00:00:00 2001 From: fuckwit Date: Mon, 18 Nov 2024 18:46:20 +0100 Subject: [PATCH] use newer kernel --- nixos/laptop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/laptop/configuration.nix b/nixos/laptop/configuration.nix index 3e044dd..eaf2f6b 100644 --- a/nixos/laptop/configuration.nix +++ b/nixos/laptop/configuration.nix @@ -17,7 +17,7 @@ preLVM = true; }; }; - boot.kernelPackages = pkgs.linuxPackages_6_10; + boot.kernelPackages = pkgs.linuxPackages_6_11; i18n.defaultLocale = "en_US.UTF-8"; time.timeZone = "Europe/Berlin";