From 84bc52b934af719f1ef836101cac809bba384c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 5 Feb 2019 23:31:31 +0100 Subject: [PATCH] add catullus with retiolum --- systems/krops.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/krops.nix b/systems/krops.nix index d7a8eb4..1d5699d 100644 --- a/systems/krops.nix +++ b/systems/krops.nix @@ -22,7 +22,7 @@ let systems.catullus = pkgs.krops.writeDeploy "deploy-catullus" { source = source "catullus" ./catullus; - target = "root@catullus.local"; + target = "root@catullus.r"; }; in systems // { all = pkgs.writeScript "deploy-all" (lib.concatStringsSep "\n" (lib.attrValues systems));