test_flake_with_core: no longer auto shutdown vm

We can now execute commands to have a better interface for this.
This commit is contained in:
Jörg Thalheim
2024-10-08 12:08:26 +02:00
committed by Mic92
parent c33b2b200a
commit 318b46d4f6

View File

@@ -24,16 +24,6 @@
clan.core.networking.zerotier.controller.enable = true;
networking.useDHCP = false;
systemd.services.shutdown-after-boot = {
enable = true;
wantedBy = [ "multi-user.target" ];
after = [ "multi-user.target" ];
script = ''
#!/usr/bin/env bash
shutdown -h now
'';
};
};
vm2 =
{ lib, ... }: