gitlab service: Remove emailFrom option

Not being used anymore. Use `services.gitlab.extraConfig.gitlab.email_from`
instead.
This commit is contained in:
Franz Pletz 2016-03-17 03:58:50 +01:00
parent 1cd99b1a48
commit 38579a1cc9

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;