Peroxide
services.peroxide.enable
Whether to enable peroxide.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/peroxide.nix
services.peroxide.logLevel
Only log messages of this priority or higher.
Type: one of "Panic", "Fatal", "Error", "Warning", "Info", "Debug", "Trace"
Default
"Warning"
Example
"Info"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/peroxide.nix
services.peroxide.package
The peroxide package to use.
Type: package
Default
pkgs.peroxide
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/peroxide.nix
services.peroxide.settings
Configuration for peroxide. See config.example.yaml for an example configuration.
Type: YAML value
Default
{ }
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/peroxide.nix
services.peroxide.settings.ServerAddress
The address on which to listen for connections.
Type: string
Default
"[::0]"
Example
"localhost"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/peroxide.nix
services.peroxide.settings.UserPortImap
The port on which to listen for IMAP connections.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
1143
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/peroxide.nix
services.peroxide.settings.UserPortSmtp
The port on which to listen for SMTP connections.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
1025
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/peroxide.nix