diff --git a/modules/nethermind/args.nix b/modules/nethermind/args.nix index d1701c8b..6c39f820 100644 --- a/modules/nethermind/args.nix +++ b/modules/nethermind/args.nix @@ -130,6 +130,12 @@ with lib; { default = true; description = "Whether to use the Fast sync mode (the eth/63 synchronization algorithm)."; }; + + SnapSync = mkOption { + type = types.bool; + default = true; + description = "Whether to use the Snap sync mode."; + }; }; }; }