feat(server): enable ssh signature for forgejo repositories
This commit is contained in:
parent
7f06f204a8
commit
29c652e615
1 changed files with 7 additions and 4 deletions
|
@ -24,10 +24,13 @@ in
|
|||
});
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
settings.server = {
|
||||
DOMAIN = cfg.url;
|
||||
ROOT_URL = "https://${cfg.url}/";
|
||||
HTTP_PORT = cfg.port;
|
||||
settings = {
|
||||
server = {
|
||||
DOMAIN = cfg.url;
|
||||
ROOT_URL = "https://${cfg.url}/";
|
||||
HTTP_PORT = cfg.port;
|
||||
};
|
||||
"repository.signing".FORMAT = "ssh";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue