flake/darwin/profiles/common/opt-in/mihomo.nix

10 lines
176 B
Nix
Raw Normal View History

2024-07-08 10:10:35 +00:00
{pkgs, ...}: {
services.mihomo = {
2024-01-03 15:30:30 +00:00
enable = true;
2024-07-08 10:10:35 +00:00
webui = pkgs.metacubexd;
2023-10-09 06:52:33 +00:00
};
2024-01-03 15:30:30 +00:00
### System proxy settings
networking.proxy.default = "http://127.0.0.1:7890/";
}