From 171e7400ba73fc657e438e684504d079f498f7ab Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Wed, 9 Oct 2024 21:26:34 +0900 Subject: [PATCH] :bug: fix retiolum on chungus --- machines/chungus/network-tinc-retiolum.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/machines/chungus/network-tinc-retiolum.nix b/machines/chungus/network-tinc-retiolum.nix index 727ebce..f1cc648 100644 --- a/machines/chungus/network-tinc-retiolum.nix +++ b/machines/chungus/network-tinc-retiolum.nix @@ -3,7 +3,11 @@ clan.core.facts.services.tinc_retiolum = factsGenerator.tinc { name = "retiolum"; }; networking.retiolum.port = 720; - networking.retiolum.nodename = "centauri"; + networking.retiolum.nodename = "chungus"; + + healthchecks.localCommands.ping-retiolum = pkgs.writers.writeBash "ping-retiolum" '' + ping -c 1 -W 5 ${config.networking.retiolum.nodename}.r + ''; services.tinc.networks.retiolum = { ed25519PrivateKeyFile =