Fix syncthing useer and group
This commit is contained in:
parent
0922964b5f
commit
f71ecde53c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue