about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2024-03-02 18:00:56 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-03-02 18:01:38 +0100
commit907b5ebcee65bd1a28419f4e81b3f63fc6cf6510 (patch)
treee846e4bd48f8e3213bce538a2e5557eb5c34e4cc /nixos
parented4db9c6c75079ff3570a9e3eb6806c8f692dc26 (diff)
nixos/nextcloud: build with-apps local
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-apps/nextcloud.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/nextcloud.nix b/nixos/modules/services/web-apps/nextcloud.nix
index 08f90dcf59d80..5cda4a00a9de5 100644
--- a/nixos/modules/services/web-apps/nextcloud.nix
+++ b/nixos/modules/services/web-apps/nextcloud.nix
@@ -45,7 +45,7 @@ let
     };
   };
 
-  webroot = pkgs.runCommand
+  webroot = pkgs.runCommandLocal
     "${cfg.package.name or "nextcloud"}-with-apps"
     { }
     ''