diff options
author | lassulus <lass@aidsballs.de> | 2015-09-30 11:55:39 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-09-30 11:55:39 +0200 |
commit | a6812b4440e095287b6f2228a78b65c7629866de (patch) | |
tree | 9570b303488017bb62f888a733d64b9cfeb40970 /lass/1systems/echelon.nix | |
parent | ad5ef3947660cb3ca76b30f908621beb513903a2 (diff) |
lass: make compatible with new krebs.build
Diffstat (limited to 'lass/1systems/echelon.nix')
-rw-r--r-- | lass/1systems/echelon.nix | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lass/1systems/echelon.nix b/lass/1systems/echelon.nix index 92976366f..d1a3f34f7 100644 --- a/lass/1systems/echelon.nix +++ b/lass/1systems/echelon.nix @@ -28,14 +28,15 @@ in { krebs.build = { user = config.krebs.users.lass; - target = "root@${ip}"; host = config.krebs.hosts.echelon; - deps = { - secrets = { - url = "/home/lass/secrets/${config.krebs.build.host.name}"; + source = { + dir.secrets = { + host = config.krebs.hosts.mors; + path = "/home/lass/secrets/${config.krebs.build.host.name}"; }; - stockholm = { - url = toString ../..; + dir.stockholm = { + host = config.krebs.hosts.mors; + path = "/home/lass/dev/stockholm"; }; }; }; |