{ config, lib, pkgs, ... }: { boot = { initrd.luks.devices = [ { name = "ssd"; device = "/dev/disk/by-uuid/sH2z1p-XRak-v8eq-YLMb-XIk1-5j8o-psLUa5"; } ]; loader = { gummiboot.enable = true; efi.canTouchEfiVariables = true; }; }; }