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 5, 2024
1 parent cc78b77 commit 2fc2442
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hosts/neon/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 2fc2442

Please sign in to comment.