upgrade to new fogejo secrets management
Some checks failed
use nix / build (push) Failing after 5m18s

This commit is contained in:
Cyryl Płotnicki 2024-07-25 11:53:20 +01:00
parent cdc770a058
commit d975021482

View file

@ -64,7 +64,9 @@ in {
enable = true;
inherit package;
user = systemUserName;
mailerPasswordFile = mailgunSmtpPasswordPath;
secrets = {
mailer.PASSWD = mailgunSmtpPasswordPath;
};
lfs.enable = true;
database.type = "sqlite3";
settings = {