Home
Random
Log in
Settings
About the NixOS Wiki
Official NixOS Wiki
Search
Translations
:
Mihomo/5/zh
Language
Watch
View source
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"
;
#...
};