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"