fix(nextcloud): Write correct options

This commit is contained in:
Tom Hubrecht 2023-11-22 16:07:05 +01:00
parent a54bedb6c7
commit 23c3ecd99d

View file

@ -61,11 +61,6 @@ in {
catch_workers_output = "yes";
};
systemd.services.nextcloud-preview = {
script = "nextcloud-occ preview:pre-generate -vvv";
startAt = "*-*-* 01:00:00 UTC";
};
notify_push = { enable = true; };
database.createLocally = true;
@ -84,6 +79,11 @@ in {
};
};
systemd.services.nextcloud-preview = {
script = "nextcloud-occ preview:pre-generate -vvv";
startAt = "*-*-* 01:00:00 UTC";
};
services.nginx.virtualHosts.${host} = {
enableACME = true;
forceSSL = true;