forked from DGNum/infrastructure
fix(nextcloud): Write correct options
This commit is contained in:
parent
a54bedb6c7
commit
23c3ecd99d
1 changed files with 5 additions and 5 deletions
|
@ -61,11 +61,6 @@ in {
|
||||||
catch_workers_output = "yes";
|
catch_workers_output = "yes";
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.nextcloud-preview = {
|
|
||||||
script = "nextcloud-occ preview:pre-generate -vvv";
|
|
||||||
startAt = "*-*-* 01:00:00 UTC";
|
|
||||||
};
|
|
||||||
|
|
||||||
notify_push = { enable = true; };
|
notify_push = { enable = true; };
|
||||||
|
|
||||||
database.createLocally = 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} = {
|
services.nginx.virtualHosts.${host} = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
Loading…
Reference in a new issue