mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-22 22:09:34 +01:00
add syncthing device and folder
This commit is contained in:
parent
d7f0556916
commit
e7b2ce0d39
@ -35,16 +35,23 @@
|
|||||||
"yodaEnchilada" = { id = "6PZPIIO-VNABMOI-F2TQUHK-N72MK53-KYZ6X2E-AYBI7XH-OJ5BDQL-GEP5SAC"; };
|
"yodaEnchilada" = { id = "6PZPIIO-VNABMOI-F2TQUHK-N72MK53-KYZ6X2E-AYBI7XH-OJ5BDQL-GEP5SAC"; };
|
||||||
"susanLaptop" = { id = "5VT2TZP-FCSREZY-BQTLWHP-VGYAQE3-A3HXOC2-N3S75Z2-TUFJWRZ-HHPQJQW"; };
|
"susanLaptop" = { id = "5VT2TZP-FCSREZY-BQTLWHP-VGYAQE3-A3HXOC2-N3S75Z2-TUFJWRZ-HHPQJQW"; };
|
||||||
"susanHandy" = { id = "VEIKGQM-WVEQ2L2-RZQ5PHD-QII5N6D-42COGCA-NHICJKY-OX4LRRI-O3A7MAH"; };
|
"susanHandy" = { id = "VEIKGQM-WVEQ2L2-RZQ5PHD-QII5N6D-42COGCA-NHICJKY-OX4LRRI-O3A7MAH"; };
|
||||||
|
"sarahHandy" = { id = "VBRXT7I-7TR7KOZ-YEZFSZY-D7IEBDC-5V6TFUU-7HD2MOF-T6DYWDZ-LDHH7QK"; };
|
||||||
};
|
};
|
||||||
settings.folders = {
|
settings.folders = {
|
||||||
# Name of folder in Syncthing, also the folder ID.
|
# Name of folder in Syncthing, also the folder ID.
|
||||||
|
# My personal Obsidian vault.
|
||||||
"Notes" = {
|
"Notes" = {
|
||||||
# Path to shared folder.
|
# Path to shared folder.
|
||||||
path = "/mnt/data/jc-data/cloud.privacy1st.de/files_ncp/Notes";
|
path = "/mnt/data/jc-data/cloud.privacy1st.de/files_ncp/Notes";
|
||||||
# Which devices to share the folder with.
|
# Which devices to share the folder with.
|
||||||
devices = [ "yodaTux" "yodaTab" "yodaEnchilada" ];
|
devices = [ "yodaTux" "yodaTab" "yodaEnchilada" ];
|
||||||
};
|
};
|
||||||
# Obsidian folder of Susan.
|
# Obsidian vault of travel blog.
|
||||||
|
"TravelDiary" = {
|
||||||
|
path = "/mnt/data/jc-data/cloud.privacy1st.de/files_ncp/TravelDiary";
|
||||||
|
devices = [ "sarahHandy" ];
|
||||||
|
};
|
||||||
|
# Obsidian vault of Susan.
|
||||||
"Obsidian" = {
|
"Obsidian" = {
|
||||||
path = "/mnt/data/jc-data/cloud.privacy1st.de/files_susan/Obsidian";
|
path = "/mnt/data/jc-data/cloud.privacy1st.de/files_susan/Obsidian";
|
||||||
devices = [ "susanLaptop" "susanHandy" ];
|
devices = [ "susanLaptop" "susanHandy" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user