From 447f71dd731711de76a3e1ffa58df15db0b1208e Mon Sep 17 00:00:00 2001 From: Odweta Date: Mon, 19 Jan 2026 15:15:11 +0000 Subject: [PATCH] fix syncthing --- home/users/odweta/syncthing.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/home/users/odweta/syncthing.nix b/home/users/odweta/syncthing.nix index f34a598..2b2cd78 100644 --- a/home/users/odweta/syncthing.nix +++ b/home/users/odweta/syncthing.nix @@ -2,11 +2,5 @@ { # Enable Syncthing as a user service - services.syncthing = { - enable = true; - gui = { - enable = true; - address = "127.0.0.1:8384"; # localhost GUI - }; - }; + services.syncthing.enable = true; }