From 43fc9ebba231a8e36cc495529008375c90b9585d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 6 Nov 2020 10:52:30 +0100 Subject: [PATCH] feat(manakish): add to retiolum --- configs/ssh.nix | 5 +++++ deploy.nix | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/configs/ssh.nix b/configs/ssh.nix index a3e77ca..0206c36 100644 --- a/configs/ssh.nix +++ b/configs/ssh.nix @@ -25,6 +25,11 @@ in { user = "root"; port = sshPort; }; + manakish = { + hostname = "manakish.r"; + user = "kfm"; + port = sshPort; + }; homeros = { hostname = "homeros.r"; user = "kfm"; diff --git a/deploy.nix b/deploy.nix index 95b1de2..f3b58ba 100644 --- a/deploy.nix +++ b/deploy.nix @@ -63,6 +63,6 @@ in { manakish = writeDeploy "deploy-manakish" (regularSystem { path = systems/manakish; name = "manakish"; - address = "192.168.178.29"; + address = "manakish.r"; }); }