lighthouse: module add defaults
This commit is contained in:
parent
4a41b266ce
commit
1ef74a7854
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ in {
|
|||
services.lighthouse = {
|
||||
beacon = mkOption {
|
||||
description = lib.mdDoc "Beacon node";
|
||||
default = {};
|
||||
type = types.submodule {
|
||||
options = {
|
||||
enable = lib.mkEnableOption (lib.mdDoc "Lightouse Beacon node");
|
||||
|
@ -143,6 +144,7 @@ in {
|
|||
|
||||
validator = mkOption {
|
||||
description = lib.mdDoc "Validator node";
|
||||
default = {};
|
||||
type = types.submodule {
|
||||
options = {
|
||||
enable = mkOption {
|
||||
|
|
Loading…
Reference in a new issue