use structured ppp params in ppp test

This commit is contained in:
Daniel Barlow 2024-08-20 23:25:31 +01:00
parent 4053ea9481
commit d40ada4251
1 changed files with 2 additions and 5 deletions

View File

@ -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 {