From f449490474b36c47acf162c97a538453c97be812 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Fri, 22 Dec 2023 00:54:40 +0100 Subject: [PATCH] Use the latest kernel --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index f9f0c62..c706846 100644 --- a/configuration.nix +++ b/configuration.nix @@ -28,6 +28,9 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + # kernel + boot.kernelPackages = pkgs.linuxPackages_latest; + # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Enable networking