about summary refs log tree commit diff
path: root/nixos/modules/services/web-apps
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2022-01-06 15:09:27 -0500
committerGitHub <noreply@github.com>2022-01-06 15:09:27 -0500
commit5dc2454267248abb602e80d282cb1999555f5de5 (patch)
tree724bfacef505b334f41c803e8d495dcc5ec9f133 /nixos/modules/services/web-apps
parenta3ac9e67c0fbb6e0a70cf8c28b02b79a367f8b38 (diff)
parent7f2bc1d736683cffedaaad34748840c026c0892b (diff)
downloadnixlib-5dc2454267248abb602e80d282cb1999555f5de5.tar
nixlib-5dc2454267248abb602e80d282cb1999555f5de5.tar.gz
nixlib-5dc2454267248abb602e80d282cb1999555f5de5.tar.bz2
nixlib-5dc2454267248abb602e80d282cb1999555f5de5.tar.lz
nixlib-5dc2454267248abb602e80d282cb1999555f5de5.tar.xz
nixlib-5dc2454267248abb602e80d282cb1999555f5de5.tar.zst
nixlib-5dc2454267248abb602e80d282cb1999555f5de5.zip
Merge pull request #153706 from ymarkus/bookstack-module
nixos/bookstack: fix setup service
Diffstat (limited to 'nixos/modules/services/web-apps')
-rw-r--r--nixos/modules/services/web-apps/bookstack.nix3
1 files changed, 0 insertions, 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
       '';
     };