ghostunnel: conditional systemd (#428551)

authored by Robert Hensing and committed by GitHub 44c708de 0e41cb88

+2 -1
+2 -1
pkgs/by-name/gh/ghostunnel/service.nix
··· 220 220 ++ optional cfg.unsafeTarget "--unsafe-target" 221 221 ++ cfg.extraArguments; 222 222 }; 223 - 223 + } 224 + // lib.optionalAttrs (options ? systemd) { 224 225 # refine the service 225 226 systemd.service = { 226 227 after = [ "network.target" ];