Unverified Commit 0c18f7ce authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

nixos/gotenberg: Actually respect the `bindIP` setting (#483417)

parents bce58f13 81dd33e4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ let
  cfg = config.services.gotenberg;

  args = [
    "--api-bind-ip=${cfg.bindIP}"
    "--api-port=${toString cfg.port}"
    "--api-timeout=${cfg.timeout}"
    "--api-root-path=${cfg.rootPath}"