summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/bookstack.nix
diff options
context:
space:
mode:
authorYannick Markus <ym@ymarkus.dev>2022-01-06 11:56:43 +0100
committerYannick Markus <ym@ymarkus.dev>2022-01-06 11:56:43 +0100
commit7f2bc1d736683cffedaaad34748840c026c0892b (patch)
tree0f37b92af7d4cca6f80b8429c8b49cb4e56f0ec8 /nixos/modules/services/web-apps/bookstack.nix
parent927769263d43a627577defd481cdf9ec19490fbe (diff)
downloadnixpkgs-7f2bc1d736683cffedaaad34748840c026c0892b.tar
nixpkgs-7f2bc1d736683cffedaaad34748840c026c0892b.tar.gz
nixpkgs-7f2bc1d736683cffedaaad34748840c026c0892b.tar.bz2
nixpkgs-7f2bc1d736683cffedaaad34748840c026c0892b.tar.lz
nixpkgs-7f2bc1d736683cffedaaad34748840c026c0892b.tar.xz
nixpkgs-7f2bc1d736683cffedaaad34748840c026c0892b.tar.zst
nixpkgs-7f2bc1d736683cffedaaad34748840c026c0892b.zip
nixos/bookstack: fix setup service
Diffstat (limited to 'nixos/modules/services/web-apps/bookstack.nix')
-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 54c491f8b17..b509e4fff45 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
       '';
     };