From 2fc24425517c5d0d5996c07c9cf223a87a21c870 Mon Sep 17 00:00:00 2001 From: Tobias Happ Date: Wed, 5 Jun 2024 23:19:10 +0200 Subject: [PATCH] hosts.neon: update linux kernel --- hosts/neon/configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/neon/configuration.nix b/hosts/neon/configuration.nix index ef35f1a5..8dbcc714 100644 --- a/hosts/neon/configuration.nix +++ b/hosts/neon/configuration.nix @@ -33,9 +33,7 @@ # agenix needs to wait for impermanence system.activationScripts.agenixNewGeneration.deps = [ "persist-files" ]; - # TODO: use latest kernel when nvidia is updated - #boot.kernelPackages = pkgs.linuxKernel.packageAliases.linux_latest; - boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_5; + boot.kernelPackages = pkgs.linuxKernel.packageAliases.linux_latest; boot.supportedFilesystems = [ "btrfs" ]; hardware.enableAllFirmware = true;