Merge pull request #132553 from iceman-p/go-ethereum-snap
nixos/geth: Change default to snap sync
This commit is contained in:
commit
fc50593e17
1 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@ let
|
|||
};
|
||||
|
||||
syncmode = mkOption {
|
||||
type = types.enum [ "fast" "full" "light" ];
|
||||
default = "fast";
|
||||
type = types.enum [ "snap" "fast" "full" "light" ];
|
||||
default = "snap";
|
||||
description = "Blockchain sync mode.";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue