integration-tests/tools: Re-enable switch-to-configuration

This commit is contained in:
Zhaofeng Li 2024-11-07 15:24:37 -07:00
parent dc80345dee
commit 0a836dc251

View file

@ -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