fixed duplicate key in proxmox-vm-hardeware.nix

This commit is contained in:
Steven Carpenter 2023-02-09 00:12:56 -05:00
parent 0330ac7a87
commit a33caf1ac0

View file

@ -47,8 +47,8 @@
# which will be used the bootloader, do not set it as loader.grub.device.
# GRUB installation fails, unless the whole disk is selected.
"/dev/disk/by-uuid/40fe3178-6ec1-450f-93fd-c359f2f3daf9";
efiSupport = lib.mkDefault supportEfi;
efiInstallAsRemovable = lib.mkDefault supportEfi;
# efiSupport = lib.mkDefault supportEfi;
# efiInstallAsRemovable = lib.mkDefault supportEfi;
};
loader.timeout = 0;