{ config, pkgs, ...}: { boot = { loader = { systemd-boot = { enable = true; # Only keep the last 10 configurations configurationLimit = 10; }; efi.canTouchEfiVariables = true; }; initrd = { luks.devices."luks-4d8ffefc-fb74-4628-9779-abc535146374".device = "/dev/disk/by-uuid/4d8ffefc-fb74-4628-9779-abc535146374"; kernelModules = ["amdgpu"]; }; }; }