nixos/mihomo: use metacubexd from nixpkgs
This commit is contained in:
parent
9bac097220
commit
6dc292e5d1
1 changed files with 1 additions and 1 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue