From b6f51cf13d46151f92e4d55130bde3f852eaa090 Mon Sep 17 00:00:00 2001 From: Casey Link Date: Fri, 9 May 2025 16:45:20 +0200 Subject: [PATCH] nixos/davis: Use the php version defined by the davis package --- nixos/modules/services/web-apps/davis.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/web-apps/davis.nix b/nixos/modules/services/web-apps/davis.nix index 45748c346e2e..444f8fc2cd20 100644 --- a/nixos/modules/services/web-apps/davis.nix +++ b/nixos/modules/services/web-apps/davis.nix @@ -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";