gitlab service: Remove emailFrom option

Not being used anymore. Use `services.gitlab.extraConfig.gitlab.email_from`
instead.

(cherry picked from commit 38579a1cc9)
This commit is contained in:
Franz Pletz 2016-03-17 03:58:50 +01:00
parent 72a9c3c018
commit c29ebc60f5

View File

@ -206,12 +206,6 @@ in {
description = "Gitlab database user.";
};
emailFrom = mkOption {
type = types.str;
default = "example@example.org";
description = "The source address for emails sent by gitlab.";
};
host = mkOption {
type = types.str;
default = config.networking.hostName;