chore: merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Ahwx 2025-08-12 16:33:17 +02:00
commit 7fe07dd10e
6 changed files with 44 additions and 37 deletions

View file

@ -18,6 +18,7 @@
{
"systemMailerPassword" = { };
"forgejoWorkerSecret" = { };
"minioRootCredentials" = { };
"matrixRegistrationSecret" = {
owner = "matrix-synapse";
};

View file

@ -39,7 +39,7 @@ in
USER = config.liv.variables.senderEmail;
};
};
mailerPasswordFile = config.sops.secrets.systemMailerPassword.path;
secrets.mailer.PASSWD = config.sops.secrets.systemMailerPassword.path;
};
gitea-actions-runner = {
package = pkgs.forgejo-runner;