diff --git a/nixos/modules/services/web-servers/phpfpm.nix b/nixos/modules/services/web-servers/phpfpm.nix index 8551e3ccdeb..41dbfff41cf 100644 --- a/nixos/modules/services/web-servers/phpfpm.nix +++ b/nixos/modules/services/web-servers/phpfpm.nix @@ -36,7 +36,7 @@ in { }; phpPackage = mkOption { - default = pkgs.php54; + default = pkgs.php; description = '' The PHP package to use for running the FPM service. '';