From b458d59693178de302d39a8594344d7b7c94f574 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 25 Mar 2021 18:40:11 +0100 Subject: [PATCH] nextcloud: enable module (before, the relevant nixfiles were not actually imported into hainich's configuration) --- hosts/hainich/configuration.nix | 1 + hosts/hainich/services/nextcloud.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/hainich/configuration.nix b/hosts/hainich/configuration.nix index 02ae012..8195a0a 100644 --- a/hosts/hainich/configuration.nix +++ b/hosts/hainich/configuration.nix @@ -20,6 +20,7 @@ ./services/workadventure.nix ./services/minecraft.nix # ./services/mattermost.nix + ./services/nextcloud.nix ]; boot.loader.grub.enable = true; boot.loader.grub.version = 2; diff --git a/hosts/hainich/services/nextcloud.nix b/hosts/hainich/services/nextcloud.nix index 63a1679..c467ee3 100644 --- a/hosts/hainich/services/nextcloud.nix +++ b/hosts/hainich/services/nextcloud.nix @@ -26,7 +26,7 @@ environment.systemPackages = [ pkgs.htop ]; - imports = [ ./nextcloud-module.nix ]; + imports = [ ../../../modules/nextcloud.nix ]; services.nextcloud-patched = { enable = true;