diff --git a/nixos/machines/robi/nextcloud.nix b/nixos/machines/robi/nextcloud.nix index 433ba99..a9f0803 100644 --- a/nixos/machines/robi/nextcloud.nix +++ b/nixos/machines/robi/nextcloud.nix @@ -242,7 +242,12 @@ in }; # in php - services.phpfpm.phpPackage = pkgs.php73; + services.phpfpm = { + phpPackage = pkgs.php73; + phpOptions = '' + opcache.revalidate_freq = 10 + ''; + }; # nextcloud setup services.nextcloud = {