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 {
type = lib.types.nullOr (
lib.types.enum [
"goerli"
"holesky"
"rinkeby"
"ropsten"
"sepolia"
"yolov2"
]
);
default = null;