nextcloud: enable module
(before, the relevant nixfiles were not actually imported into hainich's configuration)
This commit is contained in:
parent
e2d9f84109
commit
b458d59693
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
environment.systemPackages = [ pkgs.htop ];
|
||||
|
||||
imports = [ ./nextcloud-module.nix ];
|
||||
imports = [ ../../../modules/nextcloud.nix ];
|
||||
|
||||
services.nextcloud-patched = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue