forked from dan/liminix
use structured ppp params in ppp test
This commit is contained in:
parent
4053ea9481
commit
d40ada4251
@ -17,11 +17,8 @@ in rec {
|
|||||||
services.pppoe =
|
services.pppoe =
|
||||||
svc.pppoe.build {
|
svc.pppoe.build {
|
||||||
interface = config.hardware.networkInterfaces.wan;
|
interface = config.hardware.networkInterfaces.wan;
|
||||||
ppp-options = [
|
username = "db123@a.1";
|
||||||
"debug" "+ipv6" "noauth"
|
password= "NotReallyTheSecret";
|
||||||
"name" "db123@a.1"
|
|
||||||
"password" "NotReallyTheSecret"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.defaultroute4 = svc.network.route.build {
|
services.defaultroute4 = svc.network.route.build {
|
||||||
|
Loading…
Reference in New Issue
Block a user