mirror of
https://github.com/davegallant/nix-config
synced 2026-03-03 20:46:36 +00:00
Use stable kernel
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
kernelModules = [
|
||||
"kvm-amd"
|
||||
];
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelPackages = pkgs.linuxPackages;
|
||||
kernelParams = [
|
||||
"amd_iommu=on"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user