change to comply new version
This commit is contained in:
parent
5185603de3
commit
d6dddd7634
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,6 @@ in
|
||||||
services = {
|
services = {
|
||||||
forgejo = {
|
forgejo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
appName = "git.rs.ht";
|
|
||||||
|
|
||||||
database.type = "sqlite3";
|
database.type = "sqlite3";
|
||||||
|
|
||||||
|
|
@ -127,6 +126,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
DEFAULT_APP_NAME = "git.rs.ht";
|
||||||
actions = {
|
actions = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue