forked from M-Labs/it-infra
nixbld: reduce gitea spamminess
This commit is contained in:
parent
96537e1fb7
commit
93a40ea87d
|
@ -505,6 +505,7 @@ in
|
||||||
ALLOWED_TYPES = "*/*";
|
ALLOWED_TYPES = "*/*";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
log.level = "Warn";
|
||||||
};
|
};
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"L+ '${config.services.gitea.stateDir}/custom/templates/home.tmpl' - - - - ${./gitea-home.tmpl}"
|
"L+ '${config.services.gitea.stateDir}/custom/templates/home.tmpl' - - - - ${./gitea-home.tmpl}"
|
||||||
|
|
Loading…
Reference in New Issue