From 176b9cb6e51abf6e7446609971c3aa925b364c05 Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Wed, 29 May 2024 23:04:05 +0200 Subject: [PATCH] Move syncthing data dir again --- hosts/nixos/common/optional/services/syncthing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixos/common/optional/services/syncthing.nix b/hosts/nixos/common/optional/services/syncthing.nix index 930411f..ba5a2e5 100644 --- a/hosts/nixos/common/optional/services/syncthing.nix +++ b/hosts/nixos/common/optional/services/syncthing.nix @@ -4,7 +4,7 @@ let # due to the way the syncthing module is written user = config.satellite.pilot.name; group = "syncthing"; - dataDir = "/persist/state/syncthing"; + dataDir = "/persist/state/var/lib/syncthing"; in { services.syncthing = {