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 = {
|
syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
group = "BuyMyAria";
|
group = "users";
|
||||||
user = "BuyMyAria";
|
user = "buymymojo";
|
||||||
dataDir = "/home/buymymojo/Documents/Syncthing"; # Default folder for new synced folders
|
dataDir = "/home/buymymojo/Documents/Syncthing"; # Default folder for new synced folders
|
||||||
configDir = "/home/buymymojo/Documents/.config/syncthing"; # Folder for Syncthing's settings and keys
|
configDir = "/home/buymymojo/Documents/.config/syncthing"; # Folder for Syncthing's settings and keys
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue