Merge pull request #113121 from exarkun/patch-5

nixos/gitlab: Fix typo in smtp auth options docs
wip/yesman
Sandro 3 years ago committed by GitHub
commit 6b12f43331
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      nixos/modules/services/misc/gitlab.nix

@ -454,7 +454,7 @@ in {
authentication = mkOption {
type = with types; nullOr str;
default = null;
description = "Authentitcation type to use, see http://api.rubyonrails.org/classes/ActionMailer/Base.html";
description = "Authentication type to use, see http://api.rubyonrails.org/classes/ActionMailer/Base.html";
};
enableStartTLSAuto = mkOption {

Loading…
Cancel
Save