services.privatebin.settings
NixOS option
Options for privatebin configuration. Refer to https://github.com/PrivateBin/PrivateBin/wiki/Configuration for details on supported values.
type: open submodule of attribute set of anythingDefault
{ }Example
declared in: nixos/modules/services/web-apps/privatebin.nixView source on NixOS/nixpkgs →{
main = {
name = "NixOS Based Privatebin";
discussion = false;
defaultformatter = "plalib.types.intext";
qrcode = true
};
model.class = "Filesystem";
model_options.dir = "/var/lib/privatebin/data";
}