services.zeronet.settings
NixOS option
zeronet.conf configuration. Refer to https://zeronet.readthedocs.io/en/latest/faq/#is-it-possible-to-use-a-configuration-file for details on supported values;
type: attribute set of attribute set of (string or signed integer or boolean or list of string)Default
{ }Example
declared in: nixos/modules/services/networking/zeronet.nixView source on NixOS/nixpkgs →{ global.tor = enable; }