about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2022-05-25 18:51:06 +0200
committerElis Hirwing <elis@hirwing.se>2022-06-08 18:09:15 +0200
commitda19e4ae97416618259bf7e5a3d5e0b96f01db1c (patch)
tree4c9119d2cbe357e383af647869c64cb3521d6fc6 /nixos/modules
parentd7f000b98be30912436356834aa2995e0d6846d2 (diff)
nixos/snipe-it: Upgrade to PHP 8.1
They state that they support PHP 8.1:
https://snipe-it.readme.io/docs/requirements
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/web-apps/snipe-it.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/snipe-it.nix b/nixos/modules/services/web-apps/snipe-it.nix
index f14171d02f351..842e0715c0256 100644
--- a/nixos/modules/services/web-apps/snipe-it.nix
+++ b/nixos/modules/services/web-apps/snipe-it.nix
@@ -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}