Skip to content

Commit de91341

Browse files
committed
nixos/geth: remove obsolete networks
These networks are not available anymore as flags, so allowing them would break the module at runtime.
1 parent 3ec974a commit de91341

File tree

1 file changed

+0
-4
lines changed
  • nixos/modules/services/blockchain/ethereum

1 file changed

+0
-4
lines changed

nixos/modules/services/blockchain/ethereum/geth.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,8 @@ let
126126
network = lib.mkOption {
127127
type = lib.types.nullOr (
128128
lib.types.enum [
129-
"goerli"
130129
"holesky"
131-
"rinkeby"
132-
"ropsten"
133130
"sepolia"
134-
"yolov2"
135131
]
136132
);
137133
default = null;

0 commit comments

Comments
 (0)