nixfiles/hosts/vault/hardware.nix

14 lines
230 B
Nix
Raw Normal View History

2023-09-20 15:46:20 +01:00
{...}: {
boot.loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
#loader.grub = {
# enable = true;
# efiSupport = false;
# enableCryptodisk = true;
# device = "/dev/sda";
#};
2023-09-20 15:46:20 +01:00
}