mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 19:45:40 +00:00
feat(syncthing): add new device 'tablet'
- Added device 'tablet' - Add tablet to obsidian folder
This commit is contained in:
parent
2fe54f05f0
commit
211d1aa452
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
settings = {
|
||||
devices = {
|
||||
"phone" = { id = "XIRT2YS-3PZY7PF-PL4QTYK-LCYCSKW-GARN5N6-KBWGSP6-YZDQGED-N7R6YQF"; };
|
||||
"tablet" = { id = "BCSESXD-F5NOKTH-QPTHZEY-XITQPKC-BVWMA36-YM72QIS-JOUPIGN-2S7LRAU"; };
|
||||
};
|
||||
folders = {
|
||||
"keepass" = {
|
||||
|
@ -18,7 +19,7 @@
|
|||
};
|
||||
"obsidian" = {
|
||||
path = "/data/Backup/Obsidian/";
|
||||
devices = [ "phone" ];
|
||||
devices = [ "phone" "tablet" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue