fix: missplaced config line

This commit is contained in:
s-prechtl 2025-07-01 01:39:07 +02:00
parent c806ca34f3
commit a90c31568b

View file

@ -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;