Alps
services.alps.bindIP
The IP the service should listen on.
Type: string
Default
"[::]"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/alps.nix
services.alps.enable
Whether to enable alps.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/alps.nix
services.alps.imaps.host
The IMAPS server address.
Type: string
Default
"[::1]"
Example
"mail.example.org"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/alps.nix
services.alps.imaps.port
The IMAPS server port.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
993
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/alps.nix
services.alps.port
TCP port the service should listen on.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
1323
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/alps.nix
services.alps.smtps.host
The SMTPS server address.
Type: string
Default
"services.alps.imaps.host"
Example
"mail.example.org"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/alps.nix
services.alps.smtps.port
The SMTPS server port.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
465
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/alps.nix
services.alps.theme
The frontend's theme to use.
Type: one of "alps", "sourcehut"
Default
"sourcehut"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/alps.nix