upgrade to new fogejo secrets management
Some checks failed
use nix / build (push) Failing after 5m18s
Some checks failed
use nix / build (push) Failing after 5m18s
This commit is contained in:
parent
cdc770a058
commit
d975021482
1 changed files with 3 additions and 1 deletions
|
@ -64,7 +64,9 @@ in {
|
|||
enable = true;
|
||||
inherit package;
|
||||
user = systemUserName;
|
||||
mailerPasswordFile = mailgunSmtpPasswordPath;
|
||||
secrets = {
|
||||
mailer.PASSWD = mailgunSmtpPasswordPath;
|
||||
};
|
||||
lfs.enable = true;
|
||||
database.type = "sqlite3";
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue