mirror of
https://github.com/MichaelFisher1997/nixos.git
synced 2025-06-15 13:03:11 +00:00
refactor build
This commit is contained in:
parent
2a7c5f1f40
commit
948dbff72e
@ -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"
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user