From 6dc292e5d1a3a3d50c33473d489c6398ef116727 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Wed, 12 Jun 2024 05:33:24 +0800 Subject: [PATCH] nixos/mihomo: use metacubexd from nixpkgs --- nixos/profiles/common/opt-in/clash-meta-client/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/profiles/common/opt-in/clash-meta-client/default.nix b/nixos/profiles/common/opt-in/clash-meta-client/default.nix index 4948850..445eef4 100644 --- a/nixos/profiles/common/opt-in/clash-meta-client/default.nix +++ b/nixos/profiles/common/opt-in/clash-meta-client/default.nix @@ -6,7 +6,7 @@ services.mihomo = { enable = true; configFile = config.sops.templates."clash.yaml".path; - webui = config.nur.repos.guanran928.metacubexd; + webui = pkgs.metacubexd; }; systemd.services.mihomo.serviceConfig.ExecStartPre = [