nixos/mihomo: use metacubexd from nixpkgs

This commit is contained in:
Guanran Wang 2024-06-12 05:33:24 +08:00
parent 9bac097220
commit 6dc292e5d1
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -6,7 +6,7 @@
services.mihomo = { services.mihomo = {
enable = true; enable = true;
configFile = config.sops.templates."clash.yaml".path; configFile = config.sops.templates."clash.yaml".path;
webui = config.nur.repos.guanran928.metacubexd; webui = pkgs.metacubexd;
}; };
systemd.services.mihomo.serviceConfig.ExecStartPre = [ systemd.services.mihomo.serviceConfig.ExecStartPre = [