devices.cross.tinc: lower ping interval

This commit is contained in:
2025-10-11 14:49:00 +08:00
parent 1bc658886f
commit fb37f09813

View File

@@ -108,7 +108,7 @@ in
{
services.tinc.networks.tinc0 =
{
settings = { Interface = "tinc0"; Name = builtins.replaceStrings [ "-" ] [ "_" ] hostname; };
settings = { Interface = "tinc0"; Name = builtins.replaceStrings [ "-" ] [ "_" ] hostname; PingInterval = 10; };
ed25519PrivateKeyFile = inputs.config.nixos.system.sops.secrets."tinc".path;
hostSettings = inputs.lib.mkMerge
[