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