nixos/gotenberg: Actually respect the bindIP setting (#483417)
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user