add key to server for signing commits generated by forgejo

This commit is contained in:
Joseph Hanson 2024-08-01 09:13:23 -05:00
parent 11625c85c0
commit 425f783353
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

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