Skip to content

Commit 5510913

Browse files
committed
config(modules/geth): Add snapshot option
1 parent 5abfae0 commit 5510913

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/geth/args.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,10 @@ with lib; {
206206
default = false;
207207
description = mdDoc "Enable the IPC-RPC server";
208208
};
209+
210+
snapshot = mkOption {
211+
type = types.bool;
212+
default = true;
213+
description = mdDoc "Enables snapshot-database mode";
214+
};
209215
}

0 commit comments

Comments
 (0)