fix: change dataDir and configDir
This resolves the issue of not being able to sync the whole directory because of the existence of protected files.
This commit is contained in:
parent
cb6c0153d4
commit
b716af87bd
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
||||||
syncthing = {
|
syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
user = "${config.myUserName}";
|
user = "${config.myUserName}";
|
||||||
dataDir = "/home/${config.myUserName}/Documents";
|
dataDir = "/home/${config.myUserName}/.config/syncthing";
|
||||||
configDir = "/home/${config.myUserName}/Documents/.config/syncthing";
|
configDir = "/home/${config.myUserName}/.config/syncthing";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
networking.firewall.allowedTCPPorts = [8384 22000];
|
networking.firewall.allowedTCPPorts = [8384 22000];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue