From 2d2aebb66e97fe5e7d88def7f5bc92beff6ecde8 Mon Sep 17 00:00:00 2001
From: albert <albert@sysctl.io>
Date: Wed, 14 Aug 2024 16:04:17 +0900
Subject: [PATCH] Update Sycnthing

---
 nixos/common/services/syncthing.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nixos/common/services/syncthing.nix b/nixos/common/services/syncthing.nix
index 62535248..75e2fec0 100644
--- a/nixos/common/services/syncthing.nix
+++ b/nixos/common/services/syncthing.nix
@@ -18,6 +18,7 @@
 
   services.syncthing = {
     enable = true;
+    guiAddress = "0.0.0.0:8384";
     cert = "/run/secrets/syncthing_cert";
     key = "/run/secrets/syncthing_key";
     user = "${username}";