Unverified Commit 59bd411d authored by booklearner's avatar booklearner Committed by GitHub
Browse files

alps: fix default smtp port

parent b2e7ef36
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.
        '';