From 99aec985923b90f96bdb1bdb234835cbc215266e Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 12 Jan 2025 09:08:44 +0400 Subject: [PATCH] take two --- hosts/sakoserver/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sakoserver/configuration.nix b/hosts/sakoserver/configuration.nix index ed422661..9cf44b89 100644 --- a/hosts/sakoserver/configuration.nix +++ b/hosts/sakoserver/configuration.nix @@ -103,7 +103,7 @@ redlib.enable = true; local = { homepage.enable = true; - nextcloud.enable = false; + nextcloud.enable = true; }; }; fedi = { akkoma.enable = true; };