lol

nixosTests.qemu-vm-external-disk-image: fix test (#420333)

authored by

Connor Baker and committed by
GitHub
7452ad0a b0efcf63

+2
+2
nixos/tests/qemu-vm-external-disk-image.nix
··· 25 25 "/".device = rootFsDevice; 26 26 }; 27 27 28 + system.switch.enable = true; 29 + 28 30 system.build.diskImage = import ../lib/make-disk-image.nix { 29 31 inherit config lib pkgs; 30 32 label = rootFslabel;