forked from DGNum/liminix
fix pppoe test
This commit is contained in:
parent
6f92f8fa8b
commit
767b154eb2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ in rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
services.pppoe =
|
services.pppoe =
|
||||||
config.system.service.pppoe {
|
config.system.service.pppoe.build {
|
||||||
interface = interface { type = "hardware"; device = "eth0"; };
|
interface = interface { type = "hardware"; device = "eth0"; };
|
||||||
ppp-options = [
|
ppp-options = [
|
||||||
"debug" "+ipv6" "noauth"
|
"debug" "+ipv6" "noauth"
|
||||||
|
|
Loading…
Reference in a new issue