about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorRyan Lahfa <masterancpp@gmail.com>2024-01-30 16:36:09 +0100
committerGitHub <noreply@github.com>2024-01-30 16:36:09 +0100
commit386c037cb771ac0303ed1edfdc89e7f018cb6b1d (patch)
tree0d5c1bf0755a37122c577025a41972f6f5684f9d /nixos/tests
parent6446f962a139613e71d0447f4a7229af247549f3 (diff)
parent0bf5f3be2512b2770bb8c4f45a7b7b1956909300 (diff)
Merge pull request #284174 from jmbaur/repart-sector-size
Fix appliance-repart-image NixOS VM test
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/appliance-repart-image.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/appliance-repart-image.nix b/nixos/tests/appliance-repart-image.nix
index b18968d3b9631..861369b9f3ca8 100644
--- a/nixos/tests/appliance-repart-image.nix
+++ b/nixos/tests/appliance-repart-image.nix
@@ -40,6 +40,8 @@ in
 
     image.repart = {
       name = "appliance-gpt-image";
+      # OVMF does not work with the default repart sector size of 4096
+      sectorSize = 512;
       partitions = {
         "esp" = {
           contents =