From 789618480e605437f5f01e95fbe6622828039a0d Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 19 Nov 2025 11:33:33 +0100 Subject: [PATCH] remove syncthing passworx --- modules/syncthing.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/syncthing.nix b/modules/syncthing.nix index 547de45..51cd5f9 100644 --- a/modules/syncthing.nix +++ b/modules/syncthing.nix @@ -112,8 +112,7 @@ in gui = { enabled = true; user = "yanlin"; - password = "1Hayashi-2Hiko"; # You should change this password - useTLS = false; # TLS is handled by Traefik + useTLS = false; }; # Additional settings