From bd951b90b5162a987c469a6271056cf5d17a403a Mon Sep 17 00:00:00 2001 From: Cilly Leang Date: Wed, 17 Jun 2026 20:08:37 +1000 Subject: [PATCH] alyssum/home.syncthing: temporarily disable --- hosts/alyssum/home.syncthing.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/alyssum/home.syncthing.nix b/hosts/alyssum/home.syncthing.nix index 929436b..c817cde 100644 --- a/hosts/alyssum/home.syncthing.nix +++ b/hosts/alyssum/home.syncthing.nix @@ -14,8 +14,8 @@ stateVersion = "26.05"; }; services.syncthing = { - enable = true; - guiAddress = "[::]:8385"; + enable = false; + # guiAddress = "[::]:8385"; }; }; }