summary refs log tree commit diff
path: root/nixos/modules/services/blockchain/ethereum/lighthouse.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/blockchain/ethereum/lighthouse.nix')
-rw-r--r--nixos/modules/services/blockchain/ethereum/lighthouse.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/blockchain/ethereum/lighthouse.nix b/nixos/modules/services/blockchain/ethereum/lighthouse.nix
index 20a4ead689c..96d66e44d16 100644
--- a/nixos/modules/services/blockchain/ethereum/lighthouse.nix
+++ b/nixos/modules/services/blockchain/ethereum/lighthouse.nix
@@ -51,7 +51,7 @@ in {
               type = types.bool;
               default = false;
               description = lib.mdDoc ''
-                Explictly disables syncing of deposit logs from the execution node.
+                Explicitly disables syncing of deposit logs from the execution node.
                 This overrides any previous option that depends on it.
                 Useful if you intend to run a non-validating beacon node.
               '';