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:
parent
72a9c3c018
commit
c29ebc60f5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user