1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

fix flake with disabled proxy

This commit is contained in:
Robin Appelman 2022-10-03 15:17:48 +02:00
commit 39e23cd9eb

View file

@ -174,7 +174,7 @@
RestartSec = 10;
};
Install = {
WantedBy = optional (cfg.proxy.listen != "") "default.target";
WantedBy = optional (cfg.proxy != null && cfg.proxy.listen != "") "default.target";
};
};
};