Commit de913417 authored by Lorenzo Manacorda's avatar Lorenzo Manacorda
Browse files

nixos/geth: remove obsolete networks

These networks are not available anymore as flags, so allowing them would break the module at runtime.
parent 3ec974ac
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -126,12 +126,8 @@ let
        network = lib.mkOption {
          type = lib.types.nullOr (
            lib.types.enum [
              "goerli"
              "holesky"
              "rinkeby"
              "ropsten"
              "sepolia"
              "yolov2"
            ]
          );
          default = null;