Fix syncthing useer and group

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

View file

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