1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: add makanek to retiolum

This commit is contained in:
2020-11-03 20:18:57 +01:00
parent 36ed681e99
commit 561faed161
4 changed files with 7 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
{ {
"url": "https://github.com/krebs/retiolum", "url": "https://github.com/krebs/retiolum",
"rev": "21244d55c10234b09a9f121015de1175f5facc69", "rev": "4a7018fce29839877cfb7316e4ce976ba788b37c",
"date": "2020-10-25T17:02:11+01:00", "date": "2020-11-03T20:02:13+01:00",
"path": "/nix/store/vwk5gba4rrpds9xb5wk6h9333lsil4g2-retiolum", "path": "/nix/store/xms5535z225i2z90r6g7223357lyzxdb-retiolum",
"sha256": "0jzifani14rd68zv728mjq97p04njk8syrqbmn2vjd3plphvl5y5", "sha256": "1plyz15cbsvbr1h2p4n15vmjz1jrnin0ix2jzz2xn2ds0jglkdas",
"fetchSubmodules": false, "fetchSubmodules": false,
"deepClone": false, "deepClone": false,
"leaveDotGit": false "leaveDotGit": false

View File

@@ -21,7 +21,7 @@ in {
port = sshPort; port = sshPort;
}; };
makanek = { makanek = {
hostname = "88.99.83.173"; hostname = "makanek.r";
user = "root"; user = "root";
port = sshPort; port = sshPort;
}; };

View File

@@ -58,6 +58,6 @@ in {
makanek = writeDeploy "deploy-makanek" (regularSystem { makanek = writeDeploy "deploy-makanek" (regularSystem {
path = systems/makanek; path = systems/makanek;
name = "makanek"; name = "makanek";
address = "88.99.83.173"; address = "makanek.r";
}); });
} }

View File

@@ -30,7 +30,7 @@ in
networking.retiolum = { networking.retiolum = {
ipv4 = "10.243.2.84"; 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" = { environment.etc."tinc/retiolum/rsa_key.priv" = {