fix nextcloud warnings

This commit is contained in:
Ingolf Wagner 2023-01-10 19:34:05 +01:00
parent 53be910f1d
commit cb54a4d0ef
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -242,7 +242,12 @@ in
}; };
# in php # in php
services.phpfpm.phpPackage = pkgs.php73; services.phpfpm = {
phpPackage = pkgs.php73;
phpOptions = ''
opcache.revalidate_freq = 10
'';
};
# nextcloud setup # nextcloud setup
services.nextcloud = { services.nextcloud = {