integration-tests/tools: Re-enable switch-to-configuration
This commit is contained in:
parent
dc80345dee
commit
0a836dc251
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue