Skip to content

Commit

Permalink
feat: trooper follows the latest kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Oct 2, 2023
1 parent 52a9f14 commit f075ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/trooper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "sd_mod" ];
initrd.kernelModules = [ "nvidia" ];
kernelModules = [ "kvm-amd" "nvidia" ];
kernelPackages = pkgs.linuxPackages_6_4;
kernelPackages = pkgs.linuxPackages_latest;
};

# https://nixos.wiki/wiki/PipeWire
Expand Down

0 comments on commit f075ea4

Please sign in to comment.