mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
fix flake with disabled proxy
This commit is contained in:
parent
cae6acc488
commit
39e23cd9eb
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@
|
||||||
RestartSec = 10;
|
RestartSec = 10;
|
||||||
};
|
};
|
||||||
Install = {
|
Install = {
|
||||||
WantedBy = optional (cfg.proxy.listen != "") "default.target";
|
WantedBy = optional (cfg.proxy != null && cfg.proxy.listen != "") "default.target";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue