Commit 37586812 authored by Will Fancher's avatar Will Fancher
Browse files

nixos/tests/hibernate: Use EFI

So that resumeDevice isn't needed to make systemd stage 1 work.
parent f1731f2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,8 +24,8 @@ makeTest {
      virtualisation.useNixStoreImage = true;

      swapDevices = lib.mkOverride 0 [ { device = "/dev/vdc"; options = [ "x-systemd.makefs" ]; } ];
      boot.resumeDevice = "/dev/vdc";
      boot.initrd.systemd.enable = systemdStage1;
      virtualisation.useEFIBoot = true;
    };
  };