ghostunnel: conditional systemd (#428551)

This commit is contained in:
Robert Hensing
2025-07-26 11:01:50 +02:00
committed by GitHub
+2 -1
View File
@@ -220,7 +220,8 @@ in
++ optional cfg.unsafeTarget "--unsafe-target"
++ cfg.extraArguments;
};
}
// lib.optionalAttrs (options ? systemd) {
# refine the service
systemd.service = {
after = [ "network.target" ];