From d84fb8f2f56b7b3cf72ab75da5e4c815fc422b0d Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Wed, 20 Aug 2025 15:29:09 +0300 Subject: [PATCH] enabled nextcloud --- host/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/configuration.nix b/host/configuration.nix index 475643e..6a0a14d 100644 --- a/host/configuration.nix +++ b/host/configuration.nix @@ -71,7 +71,7 @@ actualBudget.enable = true; gitea.enable = true; syncthing.enable = true; - nextcloud.enable = false; + nextcloud.enable = true; wakapi.enable = true; eko.enable = true; stalwart.enable = true;