From 0e453803386bb6e1b33965abf4303d01f568b3db Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Sat, 21 Dec 2024 01:42:13 +0800 Subject: [PATCH] services/enthalpy: raise retransmission timeout --- nixos/modules/services/enthalpy/ipsec.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/enthalpy/ipsec.nix b/nixos/modules/services/enthalpy/ipsec.nix index e5ac57e..5ec45bd 100644 --- a/nixos/modules/services/enthalpy/ipsec.nix +++ b/nixos/modules/services/enthalpy/ipsec.nix @@ -124,6 +124,7 @@ in interfaces_use = ${strings.concatStringsSep "," cfg.ipsec.interfaces} port = 0 port_nat_t = ${toString config.networking.ports.enthalpy-ipsec} + retransmit_timeout = 30 retransmit_base = 1 plugins { socket-default {