From 9d62826303ba220d019ea93e4f73849ce3e276c4 Mon Sep 17 00:00:00 2001 From: Odweta Date: Mon, 19 Jan 2026 15:11:37 +0000 Subject: [PATCH] fix syncthing --- home/users/odweta/syncthing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/users/odweta/syncthing.nix b/home/users/odweta/syncthing.nix index 516743e..9b3fe19 100644 --- a/home/users/odweta/syncthing.nix +++ b/home/users/odweta/syncthing.nix @@ -2,7 +2,7 @@ { # Enable Syncthing as a user service - programs.syncthing = { + service.syncthing = { enable = true; autoStart = false; dataDir = "$HOME/.config/syncthing"; # default location