add pppoe

This commit is contained in:
Daniel Barlow
2022-09-25 11:54:31 +01:00
parent c6e56b1637
commit c1835d97ee
6 changed files with 164 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ in {
name = "${interface.device}.odhcp";
run = "odhcpcd ${interface.device}";
};
pppoe = callPackage ./networking/pppoe.nix {};
};
services = {
inherit longrun oneshot bundle target;