nixos/tests/nixos-rebuild-target-host: fix test (#348044)

This commit is contained in:
K900
2024-10-12 17:47:29 +03:00
committed by GitHub
@@ -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