forked from mirrors_public/oddlama_nix-config
chore: various minor updates
This commit is contained in:
parent
bf476d5be7
commit
4241f53f66
4 changed files with 8 additions and 9 deletions
|
@ -82,7 +82,7 @@ in {
|
|||
settings = {
|
||||
actions = {
|
||||
ENABLED = true;
|
||||
DEFAULT_ACTIONS_URL = "https://gitea.com";
|
||||
DEFAULT_ACTIONS_URL = "github";
|
||||
};
|
||||
database = {
|
||||
SQLITE_JOURNAL_MODE = "WAL";
|
||||
|
@ -111,7 +111,7 @@ in {
|
|||
};
|
||||
# packages.ENABLED = true;
|
||||
repository = {
|
||||
DEFAULT_PRIVATE = false;
|
||||
DEFAULT_PRIVATE = "private";
|
||||
ENABLE_PUSH_CREATE_USER = true;
|
||||
ENABLE_PUSH_CREATE_ORG = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue