core-services-01(autodeploy): srsly.

This commit is contained in:
Raito Bezarius 2021-07-26 03:56:37 +02:00
parent b75aa4ac5c
commit 8e82bd8a39

View file

@ -24,7 +24,10 @@ in
test-core-services-01 = pkgs.krops.writeTest "test-core-services-01" {
source = source "core-services-01";
target = "localhost";
target = lib.mkTarget {
host = "localhost";
path = "/tmp/src";
};
force = true; # force create the sentinel file.
};