mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
nixos/snipe-it: Upgrade to PHP 8.1
They state that they support PHP 8.1: https://snipe-it.readme.io/docs/requirements
This commit is contained in:
parent
d7f000b98b
commit
da19e4ae97
@ -344,7 +344,7 @@ in {
|
||||
|
||||
services.phpfpm.pools.snipe-it = {
|
||||
inherit user group;
|
||||
phpPackage = pkgs.php74;
|
||||
phpPackage = pkgs.php81;
|
||||
phpOptions = ''
|
||||
post_max_size = ${cfg.maxUploadSize}
|
||||
upload_max_filesize = ${cfg.maxUploadSize}
|
||||
|
Loading…
Reference in New Issue
Block a user