fix nextcloud warnings
This commit is contained in:
parent
53be910f1d
commit
cb54a4d0ef
1 changed files with 6 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue