nixos/pixelfed: Fix missing php modules for pixelfed-horizon

This commit is contained in:
Tom Hubrecht 2023-06-26 15:53:20 +02:00
parent 953ee5df82
commit 9075cd9e11

View file

@ -24,7 +24,7 @@ let
if [[ "$USER" != ${user} ]]; then
sudo='exec /run/wrappers/bin/sudo -u ${user}'
fi
$sudo ${cfg.phpPackage}/bin/php artisan "$@"
$sudo ${phpPackage}/bin/php artisan "$@"
'';
dbSocket = {
"pgsql" = "/run/postgresql";