From 147bc09dbac59d2de92dd6a6031968423399b0e4 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Wed, 20 Aug 2025 14:54:13 +0300 Subject: [PATCH] Re-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;