nixpkgs/nixos/modules
Oto Petřík 4729d5d7f6 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;
2022-11-09 03:19:42 +01:00
..
config Merge master into staging-next 2022-10-20 12:01:25 +00:00
hardware treewide: optional -> optionals where the argument is a list 2022-10-10 15:40:21 +03:00
i18n/input-method nixos/*: convert internal option descriptions to MD 2022-08-31 16:32:54 +02:00
installer sd-image: remove unnecessary subshell 2022-10-22 12:11:30 +02:00
misc nixos/nixpkgs: Only error when nixpkgs options are actually used 2022-10-20 11:19:20 +02:00
profiles nixos/profiles/minimal: don't install freedesktop files 2022-10-21 14:54:38 +02:00
programs nixos/zsh: prefer added completions over completions shipped with Zsh 2022-10-24 09:27:19 +02:00
security Merge pull request #194036 from gloaming/polkit-debug-logs 2022-10-26 22:23:45 +02:00
services Merge pull request #190181 from RaitoBezarius/garage-module 2022-10-27 02:14:01 +02:00
system nixos/uvesafb: init 2022-10-23 11:47:11 -03:00
tasks nixos/filesystems: add nfs4 to fsToSkipCheck 2022-10-23 20:08:08 +02: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-09 03:19:42 +01:00
module-list.nix Merge pull request #190181 from RaitoBezarius/garage-module 2022-10-27 02:14:01 +02:00
rename.nix dd-agent: remove 2022-09-14 14:11:14 +02:00