refactor build

This commit is contained in:
MichaelFisher1997 2025-05-10 18:41:44 +01:00
parent 2a7c5f1f40
commit 948dbff72e

View File

@ -24,7 +24,7 @@
boot.loader.grub.device = "/dev/nvme0n1";
boot.loader.grub.useOSProber = true;
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages;
boot.kernelParams = [
"cgroup_enable=cpuset,cpu,cpuacct,blkio,devices,freezer,net_cls,perf_event,net_prio,hugetlb,pids"
];