diff --git a/integration-tests/tools.nix b/integration-tests/tools.nix index 5ed43ee..22a395f 100644 --- a/integration-tests/tools.nix +++ b/integration-tests/tools.nix @@ -165,6 +165,9 @@ let exec "$@" 2> >(tee /dev/stderr) '') ]; + + # Re-enable switch-to-configuration + system.switch.enable = true; }; # Setup for target nodes @@ -180,6 +183,9 @@ let sshKeys.snakeOilPublicKey ]; virtualisation.writableStore = true; + + # Re-enable switch-to-configuration + system.switch.enable = true; }; nodes = let