Moved to kernel zen

This commit is contained in:
2024-09-06 21:27:50 +02:00
parent bbe296b136
commit eaa524ca77

View File

@@ -1,7 +1,8 @@
{ ... }:
{ pkgs, ... }:
{
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.systemd-boot.configurationLimit = 10;
boot.initrd.luks.devices."luks-332a07bd-65fb-4d91-91ba-fe3f594063b1".device = "/dev/disk/by-uuid/332a07bd-65fb-4d91-91ba-fe3f594063b1";
boot.kernelPackages = pkgs.linuxKernel.kernels.linux_zen;
}