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}" {
|
||||
source = source hostname;
|
||||
inherit target;
|
||||
};
|
||||
}; };
|
||||
in {}
|
||||
// mkDeploy "core-services-01" "root@core01.internal.rz.ens.wtf"
|
||||
// mkDeploy "remote-builder-01" "root@nix01.builders.rz.ens.wtf"
|
||||
|
|
Loading…
Reference in a new issue