magenta: fix gitea ssh
See: https://github.com/NixOS/nixpkgs/issues/235442#issuecomment-1659070745
This commit is contained in:
parent
438e1cfff3
commit
33b74e1e02
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ in
|
||||||
port = config.services.postgresql.port;
|
port = config.services.postgresql.port;
|
||||||
};
|
};
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
|
extraConfig = ''
|
||||||
|
[DEFAULT]
|
||||||
|
WORK_PATH = ${giteaCfg.stateDir}
|
||||||
|
'';
|
||||||
settings = {
|
settings = {
|
||||||
log = {
|
log = {
|
||||||
LEVEL = "Info";
|
LEVEL = "Info";
|
||||||
|
|
Loading…
Reference in a new issue