From e7d3aa006082d6b25e40f23cdadde9a177f59da0 Mon Sep 17 00:00:00 2001
From: Gregor Kleen <gkleen@yggdrasil.li>
Date: Thu, 17 Aug 2023 15:06:58 +0200
Subject: ...

---
 hosts/vidhar/network/dsl.nix | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

(limited to 'hosts/vidhar/network')

diff --git a/hosts/vidhar/network/dsl.nix b/hosts/vidhar/network/dsl.nix
index 2655b09a..ae874c25 100644
--- a/hosts/vidhar/network/dsl.nix
+++ b/hosts/vidhar/network/dsl.nix
@@ -31,7 +31,7 @@ in {
         maxfail 0
         mtu 1492
         mru 1492
-        plugin rp-pppoe.so
+        plugin pppoe.so
         name telekom
         user 002576900250551137425220#0001@t-online.de
         telekom
@@ -42,14 +42,8 @@ in {
       stopIfChanged = true;
 
       serviceConfig = lib.mkForce {
-        Type = "notify";
         PIDFile = "/run/pppd/${pppInterface}.pid";
         ExecStart = "${lib.getBin pkgs.ppp}/sbin/pppd call telekom up_sdnotify nolog +ipv6";
-        Restart = "always";
-        RestartSec = 5;
-
-        RuntimeDirectory = "pppd";
-        RuntimeDirectoryPreserve = true;
       };
     };
     sops.secrets."pap-secrets" = {
-- 
cgit v1.2.3