We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The recent update to pkgs.webhook included:
pkgs.webhook
Add option to bind to a Unix socket instead of a TCP port (#703) Add support for systemd socket activation (#704)
but services.webhook doesn’t expose any way to use this.
services.webhook
-socket
-ip
-port
systemd.services.webhook.script
Reference: Using systemd socket activation
$ nix-shell --packages 'nix-info' --run 'nix-info --markdown' - system: `"x86_64-linux"` - host os: `Linux 6.6.63, NixOS, 24.11 (Vicuna), 24.11.710194.f9f0d5c5380b` - multi-user?: `yes` - sandbox: `yes` - version: `nix-env (Nix) 2.24.10` - channels(root): `"nixos-24.11, nixos-hardware, unstable"` - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
@W95Psp @ncfavier @azahi
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The recent update to
pkgs.webhook
included:but
services.webhook
doesn’t expose any way to use this.Expected behavior
-socket
instead of-ip
and-port
systemd.services.webhook.script
should be compatible with socket activationAdditional context
Reference: Using systemd socket activation
Metadata
Notify maintainers
@W95Psp @ncfavier @azahi
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: