Unverified Commit c03caaf6 authored by Vladimír Čunát's avatar Vladimír Čunát Committed by GitHub
Browse files

nixos/test/hibernate: fix test (#491515)

parents d86b87fa 9c8ab501
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ makeTest {
          ./common/auto-format-root-device.nix
        ];

        systemd.services.backdoor.conflicts = [ "sleep.target" ];
        powerManagement.powerDownCommands = "systemctl --no-block stop backdoor.service";
        powerManagement.resumeCommands = "systemctl --no-block restart backdoor.service";

        virtualisation.emptyDiskImages = [ (2 * config.virtualisation.memorySize) ];