mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2024-11-09 21:38:34 +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;
|
enable = true;
|
||||||
inherit stateDir;
|
inherit stateDir;
|
||||||
inherit customDir;
|
inherit customDir;
|
||||||
mailerPasswordFile = config.sops.secrets."forgejo/email_password".path;
|
|
||||||
database = {
|
database = {
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
createDatabase = true;
|
createDatabase = true;
|
||||||
|
@ -111,9 +110,12 @@ in
|
||||||
PORT = 993;
|
PORT = 993;
|
||||||
USE_TLS = true;
|
USE_TLS = true;
|
||||||
USERNAME = "forgejo@${rootDomain}";
|
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;
|
sops.secrets."forgejo/email_password" = sops_opts;
|
||||||
|
|
Loading…
Reference in a new issue