summary refs log tree commit diff
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2022-03-08 09:26:44 -0500
committerGraham Christensen <graham@grahamc.com>2022-04-07 15:28:28 -0400
commitd99f30137492749eb011f01b5fcd3c29fd411825 (patch)
treec1b6d5aa70377de81aa53af72e1a5062edaf0980
parentd3aff5fa3cb1ecd9d339e3801373ec3cca0057e4 (diff)
downloadnixpkgs-d99f30137492749eb011f01b5fcd3c29fd411825.tar
nixpkgs-d99f30137492749eb011f01b5fcd3c29fd411825.tar.gz
nixpkgs-d99f30137492749eb011f01b5fcd3c29fd411825.tar.bz2
nixpkgs-d99f30137492749eb011f01b5fcd3c29fd411825.tar.lz
nixpkgs-d99f30137492749eb011f01b5fcd3c29fd411825.tar.xz
nixpkgs-d99f30137492749eb011f01b5fcd3c29fd411825.tar.zst
nixpkgs-d99f30137492749eb011f01b5fcd3c29fd411825.zip
openstack-config: note the image metadata needed to boot a uefi image
-rw-r--r--nixos/modules/virtualisation/openstack-config.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/virtualisation/openstack-config.nix b/nixos/modules/virtualisation/openstack-config.nix
index f7806228c65..af4f5746610 100644
--- a/nixos/modules/virtualisation/openstack-config.nix
+++ b/nixos/modules/virtualisation/openstack-config.nix
@@ -1,5 +1,8 @@
 { config, pkgs, lib, ... }:
 
+# image metadata:
+# hw_firmware_type=uefi
+
 let
   inherit (lib) mkIf mkDefault;
   cfg = config.openstack;