diff --git a/machines/nixos/storage01/forgejo.nix b/machines/nixos/storage01/forgejo.nix index d7fcc7c..8e9c6d7 100644 --- a/machines/nixos/storage01/forgejo.nix +++ b/machines/nixos/storage01/forgejo.nix @@ -79,8 +79,7 @@ in "cron.git_gc_repos".ENABLED = true; "cron.update_checker".ENABLED = false; }; - - mailerPasswordFile = config.age.secrets."forgejo-mailer_password_file".path; + secrets.mailer.PASSWD = config.age.secrets."forgejo-mailer_password_file".path; }; };