diff --git a/nixos/modules/services/blockchain/ethereum/lighthouse.nix b/nixos/modules/services/blockchain/ethereum/lighthouse.nix index 31de6113a5d7..7fa36bc659e8 100644 --- a/nixos/modules/services/blockchain/ethereum/lighthouse.nix +++ b/nixos/modules/services/blockchain/ethereum/lighthouse.nix @@ -216,12 +216,7 @@ in example = ""; }; - package = mkOption { - type = types.package; - default = pkgs.lighthouse; - defaultText = literalExpression "pkgs.lighthouse"; - description = lib.mdDoc "The lighthouse package that should be used."; - }; + package = lib.mkPackageOption pkgs "lighthouse" { }; }; };