From c5fec3c9a36d69e85f5a04bdeb17775f746d49de Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 30 Nov 2025 17:44:48 +0100 Subject: ... --- hosts/vidhar/network/pppoe.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hosts/vidhar/network/pppoe.nix') diff --git a/hosts/vidhar/network/pppoe.nix b/hosts/vidhar/network/pppoe.nix index d95922aa..6b4942a6 100644 --- a/hosts/vidhar/network/pppoe.nix +++ b/hosts/vidhar/network/pppoe.nix @@ -22,6 +22,11 @@ in { services.pppd = { enable = true; + package = pkgs.ppp.overrideAttrs (oldAttrs: { + patches = (oldAttrs.patches or []) ++ [ + ./no-double-timeout.patch + ]; + }); peers.telekom.config = '' nodefaultroute ifname ${pppInterface} -- cgit v1.2.3