forked from dan/liminix
fix pppoe test
This commit is contained in:
parent
6f92f8fa8b
commit
767b154eb2
@ -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 New Issue
Block a user