diff options
| author | adikro <adikro@disroot.org> | 2025-11-21 22:44:03 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-11-21 22:44:03 +0100 |
| commit | d3c39950f6c17c621acd0f395bd5a603a7957feb (patch) | |
| tree | 35cca5550400644e351c4870b14af83c9ed29bb5 /modules/boot.nix | |
| parent | e1f486563c722b3fa9f4d481feb874998e7b7da3 (diff) | |
a lot of shit
Diffstat (limited to 'modules/boot.nix')
| -rw-r--r-- | modules/boot.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/boot.nix b/modules/boot.nix index 2d8f78a..6930a51 100644 --- a/modules/boot.nix +++ b/modules/boot.nix @@ -6,7 +6,7 @@ systemd-boot = { enable = true; editor = false; - configurationLimit = 10; + configurationLimit = null; }; timeout = 0; }; @@ -16,8 +16,7 @@ kernelParams = [ "video=DP-1:2560x1440@240" "quiet" - "nvme" ]; - kernelPackages = pkgs.linuxPackages_cachyos-rc.cachyOverride { mArch = "ZEN4"; }; + kernelPackages = pkgs.linuxPackages_cachyos-lto.cachyOverride { mArch = "ZEN4"; }; }; } |
