Flood
services.flood.enable
Whether to enable flood.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/torrent/flood.nix
services.flood.extraArgs
Extra arguments passed to flood
.
Type: list of string
Default
[ ]
Example
["--baseuri=/"]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/torrent/flood.nix
services.flood.host
Host to bind webserver.
Type: string
Default
"localhost"
Example
"::"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/torrent/flood.nix
services.flood.openFirewall
Whether to open the firewall for the port in {option}services.flood.port
.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/torrent/flood.nix
services.flood.package
The flood package to use.
Type: package
Default
pkgs.flood
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/torrent/flood.nix
services.flood.port
Port to bind webserver.
Type: signed integer
Default
3000
Example
3001
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/torrent/flood.nix