fix syntax error

This commit is contained in:
Raito Bezarius 2021-07-29 00:09:32 +02:00
parent 2a33516e54
commit e23f00d8db

View file

@ -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"