From e27092e106623b76e90cf41d0f8e5a0bf2ea5230 Mon Sep 17 00:00:00 2001 From: Guanran928 <68757440+Guanran928@users.noreply.github.com> Date: Mon, 10 Jun 2024 18:45:19 +0800 Subject: metacubexd: init at 1.140.0 (#297721) * metacubexd: init at 1.140.0 * nixos/mihomo: add example for cfg.webui --- nixos/modules/services/networking/mihomo.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos') diff --git a/nixos/modules/services/networking/mihomo.nix b/nixos/modules/services/networking/mihomo.nix index 312530caeaade..d4bb10496279d 100644 --- a/nixos/modules/services/networking/mihomo.nix +++ b/nixos/modules/services/networking/mihomo.nix @@ -25,6 +25,7 @@ in webui = lib.mkOption { default = null; type = lib.types.nullOr lib.types.path; + example = lib.literalExpression "pkgs.metacubexd"; description = '' Local web interface to use. -- cgit 1.4.1