services.privatebin.group

NixOS option

Group under which privatebin runs. It is best to set this to the group of whatever webserver is being used as the frontend.

type: string
Default
if config.services.privatebin.enableNginx then "nginx" else "privatebin"
declared in: nixos/modules/services/web-apps/privatebin.nixView source on NixOS/nixpkgs →