From 8d228f2bef853c5c8998e8a7fac5302ffb0e8d2b Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Mon, 8 Jul 2024 21:24:44 +0100 Subject: [PATCH] mess with redial --- modules/ppp/l2tp.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ppp/l2tp.nix b/modules/ppp/l2tp.nix index 1ba0978..845d314 100644 --- a/modules/ppp/l2tp.nix +++ b/modules/ppp/l2tp.nix @@ -44,7 +44,8 @@ let require authentication = no pppoptfile = ${writeText "ppp-options" ppp-options'} autodial = yes - redial = yes + redial = no + max redials = 1 ''; control = "/run/xl2tpd/control-${name}"; in