From 8c4765de7ee37645228ea2b99b5e622f5b95ab5e Mon Sep 17 00:00:00 2001 From: Odweta Date: Mon, 19 Jan 2026 15:13:26 +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 9b3fe19..ab30b01 100644 --- a/home/users/odweta/syncthing.nix +++ b/home/users/odweta/syncthing.nix @@ -2,7 +2,7 @@ { # Enable Syncthing as a user service - service.syncthing = { + services.syncthing = { enable = true; autoStart = false; dataDir = "$HOME/.config/syncthing"; # default location