fix: missplaced config line
This commit is contained in:
parent
c806ca34f3
commit
a90c31568b
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
hostName = "nextcloud.sprechtl.me";
|
hostName = "nextcloud.sprechtl.me";
|
||||||
https = true;
|
https = true;
|
||||||
|
nginx.recommendedHttpHeaders = true;
|
||||||
configureRedis = true;
|
configureRedis = true;
|
||||||
caching.redis = true;
|
caching.redis = true;
|
||||||
extraApps = {
|
extraApps = {
|
||||||
|
|
@ -21,6 +22,8 @@
|
||||||
adminuser = "admin";
|
adminuser = "admin";
|
||||||
adminpassFile = config.age.secrets.nextcloud.path;
|
adminpassFile = config.age.secrets.nextcloud.path;
|
||||||
dbtype = "pgsql";
|
dbtype = "pgsql";
|
||||||
|
};
|
||||||
|
settings = {
|
||||||
maintenance_window_start = 3;
|
maintenance_window_start = 3;
|
||||||
};
|
};
|
||||||
database.createLocally = true;
|
database.createLocally = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue