From 6d0027240ae3282bdf7a7a36660480fc9db34556 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Thu, 26 Jan 2023 17:22:05 +0000 Subject: [PATCH] Update configuration.nix --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 024c894..13d960d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -11,7 +11,7 @@ ]; # Latest kernel - # boot.kernelPackages = pkgs.linuxPackages_latest; + boot.kernelPackages = pkgs.linuxPackages_latest; boot.loader = { systemd-boot.enable = true;