diff --git a/modules/ppp/pppoe.nix b/modules/ppp/pppoe.nix index 4f8117b..848ddba 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;