From 561faed161e1edc4639ff8a92eae957f9b752f78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 3 Nov 2020 20:18:57 +0100 Subject: [PATCH] feat: add makanek to retiolum --- .versions/retiolum.json | 8 ++++---- configs/ssh.nix | 2 +- deploy.nix | 2 +- systems/makanek/configuration.nix | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.versions/retiolum.json b/.versions/retiolum.json index af6a6f9..032f6db 100644 --- a/.versions/retiolum.json +++ b/.versions/retiolum.json @@ -1,9 +1,9 @@ { "url": "https://github.com/krebs/retiolum", - "rev": "21244d55c10234b09a9f121015de1175f5facc69", - "date": "2020-10-25T17:02:11+01:00", - "path": "/nix/store/vwk5gba4rrpds9xb5wk6h9333lsil4g2-retiolum", - "sha256": "0jzifani14rd68zv728mjq97p04njk8syrqbmn2vjd3plphvl5y5", + "rev": "4a7018fce29839877cfb7316e4ce976ba788b37c", + "date": "2020-11-03T20:02:13+01:00", + "path": "/nix/store/xms5535z225i2z90r6g7223357lyzxdb-retiolum", + "sha256": "1plyz15cbsvbr1h2p4n15vmjz1jrnin0ix2jzz2xn2ds0jglkdas", "fetchSubmodules": false, "deepClone": false, "leaveDotGit": false diff --git a/configs/ssh.nix b/configs/ssh.nix index c4acbe2..a3e77ca 100644 --- a/configs/ssh.nix +++ b/configs/ssh.nix @@ -21,7 +21,7 @@ in { port = sshPort; }; makanek = { - hostname = "88.99.83.173"; + hostname = "makanek.r"; user = "root"; port = sshPort; }; diff --git a/deploy.nix b/deploy.nix index b25c75f..52d2408 100644 --- a/deploy.nix +++ b/deploy.nix @@ -58,6 +58,6 @@ in { makanek = writeDeploy "deploy-makanek" (regularSystem { path = systems/makanek; name = "makanek"; - address = "88.99.83.173"; + address = "makanek.r"; }); } diff --git a/systems/makanek/configuration.nix b/systems/makanek/configuration.nix index 34565e7..0f70351 100644 --- a/systems/makanek/configuration.nix +++ b/systems/makanek/configuration.nix @@ -30,7 +30,7 @@ in networking.retiolum = { ipv4 = "10.243.2.84"; - ipv6 = "42:0:3c46:56af:d12b:::df22"; + ipv6 = "42:0:3c46:f7a9:1f0a:1b2b:822a:6050"; }; environment.etc."tinc/retiolum/rsa_key.priv" = {