nixos/geth: remove obsolete networks

These networks are not available anymore as flags, so allowing them would break the module at runtime.
This commit is contained in:
Lorenzo Manacorda 2025-01-31 16:58:50 +01:00
parent 3ec974ac88
commit de91341755

View file

@ -126,12 +126,8 @@ let
network = lib.mkOption { network = lib.mkOption {
type = lib.types.nullOr ( type = lib.types.nullOr (
lib.types.enum [ lib.types.enum [
"goerli"
"holesky" "holesky"
"rinkeby"
"ropsten"
"sepolia" "sepolia"
"yolov2"
] ]
); );
default = null; default = null;