From b37d2bccf9d5e75b9ab8f298919d760035c24c2e Mon Sep 17 00:00:00 2001 From: clerie Date: Fri, 24 Dec 2021 13:15:54 +0100 Subject: [PATCH] apply configuration hints to fix my pppoe --- hosts/carbon/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/carbon/configuration.nix b/hosts/carbon/configuration.nix index 7b06994..7ce0899 100644 --- a/hosts/carbon/configuration.nix +++ b/hosts/carbon/configuration.nix @@ -132,6 +132,8 @@ maxfail 0 holdoff 5 noipdefault + lcp-echo-interval 20 + lcp-echo-failure 3 mtu 1492 hide-password defaultroute @@ -148,7 +150,7 @@ script = '' systemctl restart pppd-ntvdsl.service ''; - startAt = "*-*-* *:47:00"; + startAt = "*-*-* 07:05:00"; };