nextcloud: enable module

(before, the relevant nixfiles were not actually imported into hainich's configuration)
This commit is contained in:
stuebinm 2021-03-25 18:40:11 +01:00 committed by schweby
parent e2d9f84109
commit b458d59693
No known key found for this signature in database
GPG key ID: B880491D046E2F87
2 changed files with 2 additions and 1 deletions

View file

@ -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;

View file

@ -26,7 +26,7 @@
environment.systemPackages = [ pkgs.htop ];
imports = [ ./nextcloud-module.nix ];
imports = [ ../../../modules/nextcloud.nix ];
services.nextcloud-patched = {
enable = true;