mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
7fe07dd10e
6 changed files with 44 additions and 37 deletions
|
|
@ -18,6 +18,7 @@
|
|||
{
|
||||
"systemMailerPassword" = { };
|
||||
"forgejoWorkerSecret" = { };
|
||||
"minioRootCredentials" = { };
|
||||
"matrixRegistrationSecret" = {
|
||||
owner = "matrix-synapse";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue