gitea: enable push to create

This commit is contained in:
Antoine Martin 2021-04-09 19:43:51 +02:00
parent c666f86c0e
commit b2ab13242c

View file

@ -54,6 +54,9 @@ in {
settings = {
other.SHOW_FOOTER_VERSION = false;
repository = {
ENABLE_PUSH_CREATE_USER = true;
};
};
# NixOS module uses `gitea dump` to backup repositories and the database,