Fix syncthing path lol

This commit is contained in:
BuyMyMojo 2025-03-25 10:20:58 +11:00
parent aa22049e91
commit 0922964b5f
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B

View file

@ -29,8 +29,8 @@
enable = true;
group = "BuyMyAria";
user = "BuyMyAria";
dataDir = "/home/myusername/Documents/Syncthing"; # Default folder for new synced folders
configDir = "/home/myusername/Documents/.config/syncthing"; # Folder for Syncthing's settings and keys
dataDir = "/home/buymymojo/Documents/Syncthing"; # Default folder for new synced folders
configDir = "/home/buymymojo/Documents/.config/syncthing"; # Folder for Syncthing's settings and keys
};