Skip to content

Commit 6c20d58

Browse files
authored
Add hoodi network to geth NixOS module. (#624)
1 parent 9985895 commit 6c20d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/geth/args.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ with lib; {
119119
};
120120

121121
network = mkOption {
122-
type = types.nullOr (types.enum ["goerli" "holesky" "kiln" "rinkeby" "ropsten" "sepolia"]);
122+
type = types.nullOr (types.enum ["goerli" "holesky" "kiln" "rinkeby" "ropsten" "sepolia" "hoodi"]);
123123
default = null;
124124
description = "The network to connect to. Mainnet (null) is the default ethereum network.";
125125
};

0 commit comments

Comments
 (0)