summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/deployment/owncloud.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/deployment/owncloud.nix')
-rw-r--r--makefu/2configs/deployment/owncloud.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/deployment/owncloud.nix b/makefu/2configs/deployment/owncloud.nix
index 753fc963b..1cfda6fc5 100644
--- a/makefu/2configs/deployment/owncloud.nix
+++ b/makefu/2configs/deployment/owncloud.nix
@@ -15,7 +15,7 @@ with lib;
let
# TODO: copy-paste from lass/2/websites/util.nix
- nextcloud = nextcloud18;
+ nextcloud = pkgs.nextcloud18;
serveCloud = domains:
let
domain = head domains;