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";
   };