mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2024-11-21 18:57:58 +01:00
vps1: git: follow option changes
This commit is contained in:
parent
08fe078a4f
commit
9fff8d371a
1 changed files with 4 additions and 2 deletions
|
@ -36,7 +36,6 @@ in
|
|||
enable = true;
|
||||
inherit stateDir;
|
||||
inherit customDir;
|
||||
mailerPasswordFile = config.sops.secrets."forgejo/email_password".path;
|
||||
database = {
|
||||
type = "postgres";
|
||||
createDatabase = true;
|
||||
|
@ -111,9 +110,12 @@ in
|
|||
PORT = 993;
|
||||
USE_TLS = true;
|
||||
USERNAME = "forgejo@${rootDomain}";
|
||||
PASSWORD = "#mailerpass#";
|
||||
};
|
||||
};
|
||||
secrets = {
|
||||
"email.incoming".PASSWORD = config.sops.secrets."forgejo/email_password".path;
|
||||
mailer.PASSWD = config.sops.secrets."forgejo/email_password".path;
|
||||
};
|
||||
};
|
||||
|
||||
sops.secrets."forgejo/email_password" = sops_opts;
|
||||
|
|
Loading…
Reference in a new issue