Disabled nextcloud, enabled syncthing

This commit is contained in:
2024-12-31 22:55:36 +02:00
parent a100cbf68d
commit 50fd41d2dc

View File

@@ -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;