nixos/tests/nixos-rebuild-target-host: fix test

Fixes #348043
This commit is contained in:
K900 2024-10-12 10:32:59 +03:00
parent 7ce3789e8a
commit ca82458e77

View file

@ -24,6 +24,8 @@ import ./make-test-python.nix ({ pkgs, ... }: {
system.build.privateKey = snakeOilPrivateKey;
system.build.publicKey = snakeOilPublicKey;
# needed to provide STC implementation for target
system.switch.enable = true;
};
target = { nodes, lib, ... }: let