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}/";