syncthing: expand home path

This avoids confusion when changing the service user
This commit is contained in:
Romain Paquet 2026-03-22 19:21:31 +01:00
parent 905e88f6a7
commit 082dcd0d78

View file

@ -119,16 +119,16 @@
roles.peer.tags.syncthing = { }; roles.peer.tags.syncthing = { };
roles.peer.settings.folders = { roles.peer.settings.folders = {
Documents = { Documents = {
path = "~/Documents"; path = "/home/rpqt/Documents";
}; };
Music = { Music = {
path = "~/Music"; path = "/home/rpqt/Music";
}; };
Pictures = { Pictures = {
path = "~/Pictures"; path = "/home/rpqt/Pictures";
}; };
Videos = { Videos = {
path = "~/Videos"; path = "/home/rpqt/Videos";
}; };
}; };
roles.peer.settings.extraDevices = { roles.peer.settings.extraDevices = {