Unverified Commit f54c651b authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

Merge pull request #199905 from booklearner/patch-1

alps: fix default smtp port
parents c568890e 59bd411d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ in {
    smtps = {
      port = mkOption {
        type = types.port;
        default = 445;
        default = 465;
        description = lib.mdDoc ''
          The SMTPS server port.
        '';