fix syntax error
This commit is contained in:
parent
2a33516e54
commit
e23f00d8db
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ let
|
||||||
mkDeploy = hostname: target: { ${hostname} = pkgs.krops.writeDeploy "deploy-${hostname}" {
|
mkDeploy = hostname: target: { ${hostname} = pkgs.krops.writeDeploy "deploy-${hostname}" {
|
||||||
source = source hostname;
|
source = source hostname;
|
||||||
inherit target;
|
inherit target;
|
||||||
};
|
}; };
|
||||||
in {}
|
in {}
|
||||||
// mkDeploy "core-services-01" "root@core01.internal.rz.ens.wtf"
|
// mkDeploy "core-services-01" "root@core01.internal.rz.ens.wtf"
|
||||||
// mkDeploy "remote-builder-01" "root@nix01.builders.rz.ens.wtf"
|
// mkDeploy "remote-builder-01" "root@nix01.builders.rz.ens.wtf"
|
||||||
|
|
Loading…
Reference in a new issue