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: stringDefault
declared in: nixos/modules/services/web-apps/privatebin.nixView source on NixOS/nixpkgs →if config.services.privatebin.enableNginx then "nginx" else "privatebin"