From 977d20917adbd00577fa7340be6e01fe73635675 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 23 Apr 2026 12:34:15 +0200 Subject: ... --- hosts/vidhar/network/pppoe/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'hosts/vidhar/network/pppoe/default.nix') diff --git a/hosts/vidhar/network/pppoe/default.nix b/hosts/vidhar/network/pppoe/default.nix index 8078de4c..f652c29d 100644 --- a/hosts/vidhar/network/pppoe/default.nix +++ b/hosts/vidhar/network/pppoe/default.nix @@ -23,9 +23,9 @@ in { services.pppd = { enable = true; package = pkgs.ppp.overrideAttrs (oldAttrs: { - patches = (oldAttrs.patches or []) ++ [ + patches = [ ./no-double-timeout.patch - ]; + ] ++ (oldAttrs.patches or []); }); peers = { o2.config = '' @@ -74,7 +74,6 @@ in { +ipv6 ''; "ppp/pap-secrets".text = '' - congstar * congstar * DSL0004874856014@s93.bbi-o2.de * @/run/credentials/pppd-o2.service/password * ''; "ppp/ip-pre-up".source = pkgs.resholve.writeScript "ip-pre-up" { -- cgit v1.2.3