feat(katana): replace cachy kernel with standard

This commit is contained in:
2026-06-22 18:01:47 +02:00
parent 891761c415
commit 8220b23bbc
4 changed files with 24 additions and 150 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
verbose = false;
systemd.enable = true;
};
kernelPackages = pkgs.cachyosKernels.linuxPackages-cachyos-latest; # pkgs.linuxPackages_latest;
kernelPackages = pkgs.linuxPackages_latest;
consoleLogLevel = 3;
kernelParams = [
"quiet"