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