From 7f2bc1d736683cffedaaad34748840c026c0892b Mon Sep 17 00:00:00 2001 From: Yannick Markus Date: Thu, 6 Jan 2022 11:56:43 +0100 Subject: [PATCH] nixos/bookstack: fix setup service --- nixos/modules/services/web-apps/bookstack.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/nixos/modules/services/web-apps/bookstack.nix b/nixos/modules/services/web-apps/bookstack.nix index 54c491f8b176..b509e4fff458 100644 --- a/nixos/modules/services/web-apps/bookstack.nix +++ b/nixos/modules/services/web-apps/bookstack.nix @@ -329,9 +329,6 @@ in { ${pkgs.php}/bin/php artisan cache:clear ${pkgs.php}/bin/php artisan config:clear ${pkgs.php}/bin/php artisan view:clear - ${pkgs.php}/bin/php artisan config:cache - ${pkgs.php}/bin/php artisan route:cache - ${pkgs.php}/bin/php artisan view:cache ''; };