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;
|
||||
hostName = "nextcloud.sprechtl.me";
|
||||
https = true;
|
||||
nginx.recommendedHttpHeaders = true;
|
||||
configureRedis = true;
|
||||
caching.redis = true;
|
||||
extraApps = {
|
||||
|
|
@ -21,6 +22,8 @@
|
|||
adminuser = "admin";
|
||||
adminpassFile = config.age.secrets.nextcloud.path;
|
||||
dbtype = "pgsql";
|
||||
};
|
||||
settings = {
|
||||
maintenance_window_start = 3;
|
||||
};
|
||||
database.createLocally = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue