From 50fd41d2dc5fe3e12b6bb6e60083a601b7fb03ea Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Tue, 31 Dec 2024 22:55:36 +0200 Subject: [PATCH] Disabled nextcloud, enabled syncthing --- host/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host/configuration.nix b/host/configuration.nix index 02f8213..9590fea 100644 --- a/host/configuration.nix +++ b/host/configuration.nix @@ -39,8 +39,8 @@ website.enable = true; actualBudget.enable = true; gitea.enable = true; - syncthing.enable = false; - nextcloud.enable = true; + syncthing.enable = true; + nextcloud.enable = false; # Automatically pull this config from git autoUpdate.enable = true;