From 5be7251d91a4703f9daed872304f6762a60a042d Mon Sep 17 00:00:00 2001
From: notohh <github@notohh.dev>
Date: Mon, 5 May 2025 03:29:35 -0400
Subject: [PATCH] kariru: update syncthing address

---
 hosts/kariru/services/syncthing.nix | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/hosts/kariru/services/syncthing.nix b/hosts/kariru/services/syncthing.nix
index e019af2..0c7426e 100644
--- a/hosts/kariru/services/syncthing.nix
+++ b/hosts/kariru/services/syncthing.nix
@@ -1,11 +1,10 @@
 _: {
-  networking.firewall.allowedTCPPorts = [8385];
   services.syncthing = {
     enable = true;
     openDefaultPorts = true;
     dataDir = "/home/notoh/sync";
     configDir = "/home/notoh/.config/syncthing";
-    guiAddress = "192.168.1.54:8385";
+    guiAddress = "100.126.229.95:8386";
     user = "notoh";
     group = "users";
   };