summaryrefslogtreecommitdiff
path: root/hosts/vidhar/network/pppoe.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar/network/pppoe.nix')
-rw-r--r--hosts/vidhar/network/pppoe.nix5
1 files changed, 5 insertions, 0 deletions
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 {
22 22
23 services.pppd = { 23 services.pppd = {
24 enable = true; 24 enable = true;
25 package = pkgs.ppp.overrideAttrs (oldAttrs: {
26 patches = (oldAttrs.patches or []) ++ [
27 ./no-double-timeout.patch
28 ];
29 });
25 peers.telekom.config = '' 30 peers.telekom.config = ''
26 nodefaultroute 31 nodefaultroute
27 ifname ${pppInterface} 32 ifname ${pppInterface}