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;