gorgon: use default kernel packages from nixpkgs

This commit is contained in:
Tim Schubert 2022-07-03 17:05:47 +02:00
parent b4faf281dc
commit 43ddb876ed
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -20,7 +20,7 @@ in
experimental-features = nix-command flakes
'';
boot.kernelPackages = pkgs.linuxPackages_5_15;
#boot.kernelPackages = pkgs.linuxPackages_5_15;
boot.kernelModules = [ "kvm-amd" ];