From 767b154eb2778d1955c98ecd8510682b1dedac36 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Wed, 16 Aug 2023 23:35:12 +0100 Subject: [PATCH] fix pppoe test --- tests/pppoe/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pppoe/configuration.nix b/tests/pppoe/configuration.nix index 0f48569..a840629 100644 --- a/tests/pppoe/configuration.nix +++ b/tests/pppoe/configuration.nix @@ -13,7 +13,7 @@ in rec { ]; services.pppoe = - config.system.service.pppoe { + config.system.service.pppoe.build { interface = interface { type = "hardware"; device = "eth0"; }; ppp-options = [ "debug" "+ipv6" "noauth"