nixos: services: gitea: update mail configuration
Some checks failed
ci/woodpecker/push/check Pipeline failed

This commit is contained in:
Bruno BELANYI 2024-03-05 14:16:22 +00:00
parent ed15e62e1d
commit 40d1b39837
2 changed files with 14 additions and 14 deletions

View file

@ -41,7 +41,7 @@ in
enable = true;
mail = {
enable = true;
host = "smtp.migadu.com:465";
host = "smtp.migadu.com";
user = lib.my.mkMailAddress "gitea" "belanyi.fr";
passwordFile = secrets."gitea/mail-password".path;
};