format and ini format

This commit is contained in:
Joseph Hanson 2024-08-01 09:23:25 -05:00
parent 9ab4604e90
commit 77d59b9cb3
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -75,12 +75,10 @@ in
COOKIE_SECURE = true; COOKIE_SECURE = true;
COOKIE_NAME = "session"; COOKIE_NAME = "session";
}; };
repository ={ "repository.signing" = {
signing = {
SIGNING_KEY = "default"; SIGNING_KEY = "default";
}; };
}; };
};
mailerPasswordFile = config.sops.secrets."services/forgejo/smtp/password".path; mailerPasswordFile = config.sops.secrets."services/forgejo/smtp/password".path;
# secrets = { # secrets = {
# mailer.PASSWD = config.sops.secrets."services/forgejo/smtp/password".path; # mailer.PASSWD = config.sops.secrets."services/forgejo/smtp/password".path;