From 74b8c08167b0d21811b0c53d31f2fed6be44cf27 Mon Sep 17 00:00:00 2001 From: Odweta Date: Mon, 19 Jan 2026 15:13:45 +0000 Subject: [PATCH] fix syncthing --- home/users/odweta/syncthing.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/users/odweta/syncthing.nix b/home/users/odweta/syncthing.nix index ab30b01..162bd86 100644 --- a/home/users/odweta/syncthing.nix +++ b/home/users/odweta/syncthing.nix @@ -4,7 +4,6 @@ # Enable Syncthing as a user service services.syncthing = { enable = true; - autoStart = false; dataDir = "$HOME/.config/syncthing"; # default location gui = { enable = true;