This commit is contained in:
2025-07-29 14:12:04 +03:00
parent f60b9832ba
commit b24f8a2b86
5 changed files with 53 additions and 4 deletions

View File

@@ -11,7 +11,8 @@
boot = {
plymouth.enable = true;
consoleLogLevel = 0;
kernelPackages = pkgs.linuxPackages_cachyos;
# kernelPackages = pkgs.linuxPackages_cachyos;
kernelPackages = pkgs.linuxPackages_latest;
initrd = {
systemd.enable = true;
};