Switch from BIOS and GRUB to UEFI and systemd-boot for Proxmox VMs

This commit is contained in:
June 2023-09-14 20:06:06 +02:00
commit c427ff934a
3 changed files with 17 additions and 8 deletions

View file

@ -12,6 +12,11 @@
fsType = "ext4";
};
fileSystems."/boot" = {
device = "/dev/disk/by-label/ESP";
fsType = "vfat";
};
# Not specified here:
# - swapDevices
# If needed, manually specify it elsewhere.