gitlab service: Remove emailFrom option
Not being used anymore. Use `services.gitlab.extraConfig.gitlab.email_from` instead.
This commit is contained in:
parent
1cd99b1a48
commit
38579a1cc9
@ -206,12 +206,6 @@ in {
|
|||||||
description = "Gitlab database user.";
|
description = "Gitlab database user.";
|
||||||
};
|
};
|
||||||
|
|
||||||
emailFrom = mkOption {
|
|
||||||
type = types.str;
|
|
||||||
default = "example@example.org";
|
|
||||||
description = "The source address for emails sent by gitlab.";
|
|
||||||
};
|
|
||||||
|
|
||||||
host = mkOption {
|
host = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = config.networking.hostName;
|
default = config.networking.hostName;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user