From 374c984b7a733395d067f018647d5ad8e157c579 Mon Sep 17 00:00:00 2001 From: makefu Date: Thu, 23 Apr 2020 10:23:25 +0200 Subject: [PATCH] ma gum.r: fix owncloud --- 1systems/gum/config.nix | 1 - 2configs/deployment/owncloud.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/1systems/gum/config.nix b/1systems/gum/config.nix index 7f7330e..5639691 100644 --- a/1systems/gum/config.nix +++ b/1systems/gum/config.nix @@ -108,7 +108,6 @@ in { ## network # - diff --git a/2configs/deployment/owncloud.nix b/2configs/deployment/owncloud.nix index 753fc96..1cfda6f 100644 --- a/2configs/deployment/owncloud.nix +++ b/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;