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" = {
|
systemd.services."clash" = {
|
||||||
description = "Clash daemon, A rule-based proxy in Go.";
|
description = "Clash daemon, A rule-based proxy in Go.";
|
||||||
documentation = ["https://clash.wiki/" "https://wiki.metacubex.one/"];
|
documentation = ["https://clash.wiki/" "https://wiki.metacubex.one/"];
|
||||||
|
requires = ["network-online.target"];
|
||||||
after = ["network-online.target"];
|
after = ["network-online.target"];
|
||||||
wantedBy = ["multi-user.target"];
|
wantedBy = ["multi-user.target"];
|
||||||
serviceConfig =
|
serviceConfig =
|
||||||
|
|
Loading…
Reference in a new issue