Compare commits
2 commits
fbd3a669fd
...
fd46cf4c10
Author | SHA1 | Date | |
---|---|---|---|
|
fd46cf4c10 | ||
|
e0b9c4e99f |
|
@ -17,6 +17,4 @@ with lib.wyrdgard;
|
|||
direnv = enabled;
|
||||
};
|
||||
};
|
||||
|
||||
home.stateVersion = "24.05";
|
||||
}
|
||||
|
|
|
@ -81,6 +81,13 @@ in
|
|||
HTTP_PORT = forgejoPort;
|
||||
};
|
||||
|
||||
mailer = {
|
||||
ENABLED = true;
|
||||
PROTOCOL = "sendmail";
|
||||
FROM = "no-reply@${domainName}";
|
||||
SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";
|
||||
};
|
||||
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue