convert pppoe to serviceDefn

This commit is contained in:
Daniel Barlow 2023-08-10 22:53:45 +01:00
parent 2942c465b9
commit 3ea40f95dc
3 changed files with 14 additions and 21 deletions

View file

@ -112,7 +112,7 @@ in rec {
domain = "fake.liminix.org";
};
services.wan = svc.pppoe {
services.wan = svc.pppoe.build {
interface = config.hardware.networkInterfaces.wan;
ppp-options = [
"debug" "+ipv6" "noauth"