nixos/geth: remove obsolete networks
These networks are not available anymore as flags, so allowing them would break the module at runtime.
Lorenzo Manacorda 10 months ago de913417 3ec974ac
··· 126 126 network = lib.mkOption { 127 127 type = lib.types.nullOr ( 128 128 lib.types.enum [ 129 129 - "goerli" 130 129 "holesky" 131 131 - "rinkeby" 132 132 - "ropsten" 133 130 "sepolia" 134 134 - "yolov2" 135 131 ] 136 132 ); 137 133 default = null;