Skip to content

Gnunet

services.gnunet.enable

Whether to run the GNUnet daemon. GNUnet is GNU's anonymous peer-to-peer communication and file sharing framework.

Type: boolean

Default

false

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/gnunet.nix

services.gnunet.extraOptions

Additional options that will be copied verbatim in gnunet.conf. See {manpage}gnunet.conf(5) for details.

Type: strings concatenated with "\n"

Default

""

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/gnunet.nix

services.gnunet.fileSharing.quota

Maximum file system usage (in MiB) for file sharing.

Type: signed integer

Default

1024

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/gnunet.nix

services.gnunet.load.hardNetUpBandwidth

Hard bandwidth limit (in bits per second) when uploading data.

Type: signed integer

Default

0

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/gnunet.nix

services.gnunet.load.maxNetDownBandwidth

Maximum bandwidth usage (in bits per second) for GNUnet when downloading data.

Type: signed integer

Default

50000

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/gnunet.nix

services.gnunet.load.maxNetUpBandwidth

Maximum bandwidth usage (in bits per second) for GNUnet when downloading data.

Type: signed integer

Default

50000

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/gnunet.nix

services.gnunet.package

The gnunet package to use. Type: package

Default

pkgs.gnunet

Example

gnunet_git

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/gnunet.nix

services.gnunet.tcp.port

The TCP port for use by GNUnet.

Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default

2086

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/gnunet.nix

services.gnunet.udp.port

The UDP port for use by GNUnet.

Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default

2086

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/gnunet.nix