auto commit on build
hosts/crayon/git.nix
This commit is contained in:
parent
c7a4943197
commit
cb143193ee
1 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,10 @@ in {
|
||||||
REGISTER_MANUAL_CONFIRM = true; # all new users must be approved by me
|
REGISTER_MANUAL_CONFIRM = true; # all new users must be approved by me
|
||||||
};
|
};
|
||||||
ui.DEFAULT_THEME = "gitea-dark";
|
ui.DEFAULT_THEME = "gitea-dark";
|
||||||
|
repository = {
|
||||||
|
DEFAULT_PUSH_CREATE_PRIVATE = false;
|
||||||
|
ENABLE_PUSH_CREATE_USER = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue