add notes directory to syncthing
This commit is contained in:
parent
a7d857d757
commit
47ed2f02a9
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ in {
|
|||
path = "${homeDir}/Projects";
|
||||
devices = builtins.attrNames otherDevices;
|
||||
};
|
||||
"Notes" = {
|
||||
path = "${homeDir}/Notes";
|
||||
devices = builtins.attrNames otherDevices;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue