Merge pull request #113121 from exarkun/patch-5
nixos/gitlab: Fix typo in smtp auth options docs
This commit is contained in:
commit
6b12f43331
@ -454,7 +454,7 @@ in {
|
|||||||
authentication = mkOption {
|
authentication = mkOption {
|
||||||
type = with types; nullOr str;
|
type = with types; nullOr str;
|
||||||
default = null;
|
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 {
|
enableStartTLSAuto = mkOption {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user