summaryrefslogtreecommitdiff
path: root/hosts/vidhar/network/pppoe
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar/network/pppoe')
-rw-r--r--hosts/vidhar/network/pppoe/default.nix5
1 files changed, 2 insertions, 3 deletions
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 {
23 services.pppd = { 23 services.pppd = {
24 enable = true; 24 enable = true;
25 package = pkgs.ppp.overrideAttrs (oldAttrs: { 25 package = pkgs.ppp.overrideAttrs (oldAttrs: {
26 patches = (oldAttrs.patches or []) ++ [ 26 patches = [
27 ./no-double-timeout.patch 27 ./no-double-timeout.patch
28 ]; 28 ] ++ (oldAttrs.patches or []);
29 }); 29 });
30 peers = { 30 peers = {
31 o2.config = '' 31 o2.config = ''
@@ -74,7 +74,6 @@ in {
74 +ipv6 74 +ipv6
75 ''; 75 '';
76 "ppp/pap-secrets".text = '' 76 "ppp/pap-secrets".text = ''
77 congstar * congstar *
78 DSL0004874856014@s93.bbi-o2.de * @/run/credentials/pppd-o2.service/password * 77 DSL0004874856014@s93.bbi-o2.de * @/run/credentials/pppd-o2.service/password *
79 ''; 78 '';
80 "ppp/ip-pre-up".source = pkgs.resholve.writeScript "ip-pre-up" { 79 "ppp/ip-pre-up".source = pkgs.resholve.writeScript "ip-pre-up" {