mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
alps: fix default smtp port
This commit is contained in:
parent
b2e7ef3697
commit
59bd411df9
@ -54,7 +54,7 @@ in {
|
||||
smtps = {
|
||||
port = mkOption {
|
||||
type = types.port;
|
||||
default = 445;
|
||||
default = 465;
|
||||
description = lib.mdDoc ''
|
||||
The SMTPS server port.
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user