nixos/clash: fix build
This commit is contained in:
parent
275d8b0ef3
commit
db3baf65c0
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ in {
|
|||
systemd.services."clash" = {
|
||||
description = "Clash daemon, A rule-based proxy in Go.";
|
||||
documentation = ["https://clash.wiki/" "https://wiki.metacubex.one/"];
|
||||
requires = ["network-online.target"];
|
||||
after = ["network-online.target"];
|
||||
wantedBy = ["multi-user.target"];
|
||||
serviceConfig =
|
||||
|
|
Loading…
Reference in a new issue