From 082dcd0d78e6f563d1e29e9eda848249a487cdc1 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Sun, 22 Mar 2026 19:21:31 +0100 Subject: [PATCH] syncthing: expand home path This avoids confusion when changing the service user --- clan/flake-module.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/clan/flake-module.nix b/clan/flake-module.nix index 6183529..de97fbb 100644 --- a/clan/flake-module.nix +++ b/clan/flake-module.nix @@ -119,16 +119,16 @@ roles.peer.tags.syncthing = { }; roles.peer.settings.folders = { Documents = { - path = "~/Documents"; + path = "/home/rpqt/Documents"; }; Music = { - path = "~/Music"; + path = "/home/rpqt/Music"; }; Pictures = { - path = "~/Pictures"; + path = "/home/rpqt/Pictures"; }; Videos = { - path = "~/Videos"; + path = "/home/rpqt/Videos"; }; }; roles.peer.settings.extraDevices = {