summaryrefslogtreecommitdiff
path: root/hosts/vidhar/network/dsl.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar/network/dsl.nix')
-rw-r--r--hosts/vidhar/network/dsl.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/network/dsl.nix b/hosts/vidhar/network/dsl.nix
index ae874c25..a8a897f2 100644
--- a/hosts/vidhar/network/dsl.nix
+++ b/hosts/vidhar/network/dsl.nix
@@ -36,6 +36,7 @@ in {
36 user 002576900250551137425220#0001@t-online.de 36 user 002576900250551137425220#0001@t-online.de
37 telekom 37 telekom
38 debug 38 debug
39 +ipv6
39 ''; 40 '';
40 }; 41 };
41 systemd.services."pppd-telekom" = { 42 systemd.services."pppd-telekom" = {
@@ -43,7 +44,6 @@ in {
43 44
44 serviceConfig = lib.mkForce { 45 serviceConfig = lib.mkForce {
45 PIDFile = "/run/pppd/${pppInterface}.pid"; 46 PIDFile = "/run/pppd/${pppInterface}.pid";
46 ExecStart = "${lib.getBin pkgs.ppp}/sbin/pppd call telekom up_sdnotify nolog +ipv6";
47 }; 47 };
48 }; 48 };
49 sops.secrets."pap-secrets" = { 49 sops.secrets."pap-secrets" = {