This commit is contained in:
Stefan Schwarz 2025-05-06 12:46:51 +02:00
parent aaf916de75
commit b104bba6f2
6 changed files with 11 additions and 12 deletions

View file

@ -62,7 +62,6 @@ in
#boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
boot.kernelParams = [
"mem_sleep_default=deep"
"nvme.noacpi=1"
"i915.enable_psr=1"
];