test
This commit is contained in:
parent
efdd6a8bce
commit
a3d7e70328
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
user = "${username}";
|
user = "${username}";
|
||||||
|
configDir = "/home/${username}/Documents/.config/syncthing";
|
||||||
|
overrideDevices = true;
|
||||||
|
overrideFolders = true;
|
||||||
settings = {
|
settings = {
|
||||||
folders = {
|
folders = {
|
||||||
"world-of-warcraft" = {
|
"world-of-warcraft" = {
|
||||||
|
|
Loading…
Reference in a new issue