forked from DGNum/liminix
convert pppoe to serviceDefn
This commit is contained in:
parent
2942c465b9
commit
3ea40f95dc
3 changed files with 14 additions and 21 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue