Mihomo
The proxy module chooses behavior from the host environment:
- GUI hosts use Clash Verge as the user-facing frontend.
- Headless NixOS hosts use the
mihomosystem service and WebUI. - Darwin hosts use Clash Verge through Homebrew.
Minimal Configuration
Section titled “Minimal Configuration”{ dot.networking.proxy.enable = true;}Auto-Start On Headless NixOS
Section titled “Auto-Start On Headless NixOS”{ dot.gui.enable = false; dot.networking.proxy = { enable = true; autoStart = true; };}Service Commands
Section titled “Service Commands”sudo systemctl status mihomosudo journalctl -u mihomo -fThe WebUI is available at http://localhost:9090/ui when the service is running.
For detailed notes, see docs/MIHOMO_QUICKSTART.md and docs/MIHOMO_USAGE.md.