nixpkgs/nixos/modules
Oto Petřík 2e87d3dacf nixos/proxmox-image: allow building UEFI images
Allow building other than Legacy-BIOS-only Proxmox images.
Default is unchanged.

To build UEFI proxmox image use:
  proxmox.qemuConf.bios = "ovmf";
(default is "seabios")

To build image bootable using both "seabios" and "ovmf" use:
  partitionTableType = "hybrid";
BIOS can be switched in Proxmox between "seabios" and "ovmf" and VM still boots.
(GRUB2-only, systemd-boot does not boot under "seabios")

To build systemd-boot UEFI image:
  proxmox.qemuConf.bios = "ovmf";
  boot.loader.systemd-boot.enable = true;

(cherry picked from commit 4729d5d7f6)
2022-11-30 18:45:52 +01:00
..
config nixos/users-groups: Warn about deprecated hashes at activation 2022-11-19 14:07:59 +01:00
hardware treewide: use mkEnableOption in nixos modules 2022-11-10 09:30:00 +01:00
i18n/input-method nixos/*: convert internal option descriptions to MD 2022-08-31 16:32:54 +02:00
installer installation-cd: Remove libsForQt5.full 2022-11-19 19:12:37 -05:00
misc nixos/version: Supported until 2023-06-30 2022-11-21 21:28:46 +01:00
profiles nixos/profiles/minimal: don't install freedesktop files 2022-10-21 14:54:38 +02:00
programs Merge pull request #196773 from bobvanderlinden/pr-steam-package 2022-11-18 13:08:39 +01:00
security Merge pull request #199587 from lorenz/fscrypt 2022-11-14 09:42:35 +01:00
services nixos/mastodon: add smtp assertions 2022-11-28 11:14:25 +00:00
system Merge pull request #197254 from Atemu/fstab-escape-options 2022-11-19 18:08:40 +01:00
tasks nixos: Add ext to fsPackages in stage 2 with systemd-initrd enabled 2022-11-20 22:30:01 -05:00
testing nixos/*: convert internal option descriptions to MD 2022-08-31 16:32:54 +02:00
virtualisation nixos/proxmox-image: allow building UEFI images 2022-11-30 18:45:52 +01:00
module-list.nix nixos/evcc: init 2022-11-22 00:19:02 +00:00
rename.nix dd-agent: remove 2022-09-14 14:11:14 +02:00