fix pppoe test

module-based-network
Daniel Barlow 2023-08-16 23:35:12 +01:00
parent 6f92f8fa8b
commit 767b154eb2
1 changed files with 1 additions and 1 deletions

View File

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