From d40ada42510964078f5864d9d37bba1ee20dd599 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Tue, 20 Aug 2024 23:25:31 +0100 Subject: [PATCH] use structured ppp params in ppp test --- tests/pppoe/configuration.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tests/pppoe/configuration.nix b/tests/pppoe/configuration.nix index 4db764b..2906360 100644 --- a/tests/pppoe/configuration.nix +++ b/tests/pppoe/configuration.nix @@ -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 {