flake/darwin/profiles/common/opt-in/mihomo.nix
2024-07-20 17:04:40 +08:00

9 lines
176 B
Nix

{pkgs, ...}: {
services.mihomo = {
enable = true;
webui = pkgs.metacubexd;
};
### System proxy settings
networking.proxy.default = "http://127.0.0.1:7890/";
}