{ config, pkgs, ...}: { boot = { loader = { systemd-boot = { enable = true; # Only keep the last 10 configurations configurationLimit = 10; }; efi.canTouchEfiVariables = true; }; initrd.luks.devices."luks-51fac1af-a272-4fd7-a65e-e8053f143a0c".device = "/dev/disk/by-uuid/51fac1af-a272-4fd7-a65e-e8053f143a0c"; }; }