add key to server for signing commits generated by forgejo
This commit is contained in:
parent
11625c85c0
commit
425f783353
1 changed files with 5 additions and 0 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue