nixos/davis: Use the php version defined by the davis package

This commit is contained in:
Casey Link
2025-05-20 20:03:42 +02:00
parent c1bbd4cb87
commit b6f51cf13d
@@ -381,6 +381,7 @@ in
APP_CACHE_DIR = "${cfg.dataDir}/var/cache";
APP_LOG_DIR = "${cfg.dataDir}/var/log";
};
phpPackage = lib.mkDefault cfg.package.passthru.php;
settings =
{
"listen.mode" = "0660";