From 097b98a24a199c9b1f100696fa2de4b689476a57 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sun, 21 Jan 2024 16:46:16 -0600 Subject: Install php and reference --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index a6f6f26..e917d29 100644 --- a/configuration.nix +++ b/configuration.nix @@ -27,7 +27,7 @@ services.cron = { enable = true; systemCronJobs = [ - "10 * * * * www-data php -f ${pkgs.freshrss}/app/actualize_script.php > /tmp/FreshRSS.log 2>&1" + "10 * * * * www-data ${pkgs.php}/bin/php -f ${pkgs.freshrss}/app/actualize_script.php > /tmp/FreshRSS.log 2>&1" ]; }; @@ -81,7 +81,7 @@ defaults.email = "marcc@mccd.space"; }; - environment.systemPackages = with pkgs; [ git vim ]; + environment.systemPackages = with pkgs; [ git vim fd php ]; users.users.git = { isNormalUser = true; -- cgit v1.2.3