Add notes folder to syncthing

This commit is contained in:
Evie Litherland-Smith 2023-05-23 17:08:32 +01:00
parent f0a53b28c2
commit 2882096fac
2 changed files with 11 additions and 0 deletions

View file

@ -46,6 +46,11 @@
devices = ["ion" "monarch" "northstar"];
enable = true;
};
"Notes" = {
path = "/home/xenia/notes";
devices = ["ion" "monarch" "northstar"];
enable = true;
};
"Pictures" = {
path = "/mnt/secondary/syncthing/pictures";
devices = ["ion" "monarch" "northstar"];

View file

@ -43,6 +43,12 @@
ignorePerms = true;
enable = lib.mkDefault false;
};
"Notes" = {
label = "Notes";
id = "4ggjz-5dyop";
ignorePerms = true;
enable = lib.mkDefault false;
};
"Pictures" = {
label = "Pictures";
id = "ziuj8-rm6dn";