Changed default sync folder
This commit is contained in:
parent
a4bdf87ffc
commit
a7dc5c9181
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@
|
||||||
syncthing = {
|
syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
user = "fw";
|
user = "fw";
|
||||||
dataDir = "/home/fw/synchting"; # Default folder for new synced folders
|
dataDir = "/home/fw/docs"; # Default folder for new synced folders
|
||||||
configDir = "/home/fw/.config/syncthing"; # Folder for Syncthing's settings and keys
|
configDir = "/home/fw/.config/syncthing"; # Folder for Syncthing's settings and keys
|
||||||
};
|
};
|
||||||
openssh = {
|
openssh = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue