added org notes to syncthing

This commit is contained in:
2025-04-06 15:38:46 -06:00
parent 57bce36b23
commit 1cd8c2822d

View File

@@ -65,6 +65,12 @@ in
"workstation" "workstation"
]; ];
}; };
notes = {
path = "~/Documents/Notes/";
ignorePerms = false;
devices = [ "galaxy" ];
label = "Notes";
};
}; };
}; };
}; };