services.sftpgo.extraArgs

NixOS option

Additional command line arguments to pass to the sftpgo daemon.

type: list of string
Default
[ ]
Example
[
  "--log-level"
  "info"
]
declared in: nixos/modules/services/web-apps/sftpgo.nixView source on NixOS/nixpkgs →