This commit is contained in:
Frost-Phoenix 2024-03-27 18:26:16 +01:00
parent 351facd159
commit 3bab7dd16e
4 changed files with 32 additions and 33 deletions

View file

@ -3,5 +3,5 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.systemd-boot.configurationLimit = 10;
boot.kernelPackages = pkgs.linuxPackages_lqx;
boot.kernelPackages = pkgs.linuxPackages_latest;
}