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 =
|
||||
svc.pppoe.build {
|
||||
interface = config.hardware.networkInterfaces.wan;
|
||||
ppp-options = [
|
||||
"debug" "+ipv6" "noauth"
|
||||
"name" "db123@a.1"
|
||||
"password" "NotReallyTheSecret"
|
||||
];
|
||||
username = "db123@a.1";
|
||||
password= "NotReallyTheSecret";
|
||||
};
|
||||
|
||||
services.defaultroute4 = svc.network.route.build {
|
||||
|
Loading…
Reference in New Issue
Block a user