From 9041ce8142dc2b65e21c258b89754e3d3f8ebc99 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sat, 13 Jul 2024 17:57:45 -0400 Subject: [PATCH] Infini-DL360/forgejo: use new password file option --- hosts/Infini-DL360/forgejo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Infini-DL360/forgejo.nix b/hosts/Infini-DL360/forgejo.nix index 6efcb7e..d29144d 100644 --- a/hosts/Infini-DL360/forgejo.nix +++ b/hosts/Infini-DL360/forgejo.nix @@ -18,7 +18,7 @@ in lfs.enable = true; - mailerPasswordFile = config.secrets.smtp-password; + secrets.mailer.PASSWD = config.secrets.smtp-password; settings = { server = { ROOT_URL = "https://${domain}/";