Jump to content

Translations:Mihomo/5/zh

From Official NixOS Wiki
Revision as of 14:55, 28 February 2025 by Oluceps (talk | contribs) (Created page with "<syntaxhighlight lang="nix"> services.mihomo = { enable = true; configFile = "/path/to/config.yaml"; #... }; </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
services.mihomo = {
  enable = true;
  configFile = "/path/to/config.yaml";
  #...
};