🐛 fix retiolum on chungus
This commit is contained in:
parent
f5da6bc863
commit
171e7400ba
1 changed files with 5 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue