From 999a11f89ce3ef9927cab4fb9f9e3b5a463fea43 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Mon, 28 Aug 2023 18:23:48 +0100 Subject: [PATCH] pppoe serviceFns --- modules/ppp/pppoe.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ppp/pppoe.nix b/modules/ppp/pppoe.nix index 4f8117b33..848ddba74 100644 --- a/modules/ppp/pppoe.nix +++ b/modules/ppp/pppoe.nix @@ -43,6 +43,7 @@ in longrun { inherit name; run = '' + . ${serviceFns} ${ppp}/bin/pppd pty "${pppoe}/bin/pppoe -I $(output ${interface} ifname)" ${lib.concatStringsSep " " ppp-options'} ''; notification-fd = 10;