Remove CachyOS kernel

This commit is contained in:
emmatherock
2026-06-28 04:33:56 -03:00
parent 5f033d7e31
commit 3149ab781f
3 changed files with 10 additions and 85 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
};
plymouth.enable = true;
initrd.kernelModules = [ "amdgpu" ];
kernelPackages = pkgs.linuxPackages_cachyos ;
kernelPackages = pkgs.linuxPackages_latest;
kernelParams = [ "quiet" "splash" "boot.shell_on_fail" "loglevel=3" "iommu=pt" ];
};