Skip to content

Commit

Permalink
hosts.neon: update linux kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerschtli committed Jun 12, 2024
1 parent 3e796c5 commit d438af4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hosts/neon/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@
# 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.kernelPackages = pkgs.linuxKernel.packages.linux_6_5;
boot.supportedFilesystems = [ "btrfs" ];
hardware.enableAllFirmware = true;

Expand Down

0 comments on commit d438af4

Please sign in to comment.