mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
add syncthing folder
This commit is contained in:
parent
3497feb361
commit
3e3ae532bc
@ -21,6 +21,8 @@
|
|||||||
"yodaTab" = { id = "WKVVVEY-P7QCRKU-HO4QHHM-B4H5NC2-I3UG2TU-UEIUACZ-ZJEAVUY-4Q6FVQV"; };
|
"yodaTab" = { id = "WKVVVEY-P7QCRKU-HO4QHHM-B4H5NC2-I3UG2TU-UEIUACZ-ZJEAVUY-4Q6FVQV"; };
|
||||||
"yodaEnchilada" = { id = "UZKPAHU-CSLMDX2-4RYQLG2-WENUTZY-HM3RUD4-N7VIG7W-RFLAQHP-OXA7MQT"; };
|
"yodaEnchilada" = { id = "UZKPAHU-CSLMDX2-4RYQLG2-WENUTZY-HM3RUD4-N7VIG7W-RFLAQHP-OXA7MQT"; };
|
||||||
"yodaCheeseburger" = { id = "KHR22KP-WK6EL25-Z3DPLZK-5IHU7BC-QYXFQJA-U7JE2JA-ITYNV3Q-JE5VKAJ"; };
|
"yodaCheeseburger" = { id = "KHR22KP-WK6EL25-Z3DPLZK-5IHU7BC-QYXFQJA-U7JE2JA-ITYNV3Q-JE5VKAJ"; };
|
||||||
|
"susanLaptop" = { id = "5VT2TZP-FCSREZY-BQTLWHP-VGYAQE3-A3HXOC2-N3S75Z2-TUFJWRZ-HHPQJQW"; };
|
||||||
|
"susanHandy" = { id = "VEIKGQM-WVEQ2L2-RZQ5PHD-QII5N6D-42COGCA-NHICJKY-OX4LRRI-O3A7MAH"; };
|
||||||
};
|
};
|
||||||
settings.folders = {
|
settings.folders = {
|
||||||
# Name of folder in Syncthing, also the folder ID.
|
# Name of folder in Syncthing, also the folder ID.
|
||||||
@ -30,6 +32,11 @@
|
|||||||
# Which devices to share the folder with.
|
# Which devices to share the folder with.
|
||||||
devices = [ "yodaTux" "yodaTab" "yodaEnchilada" "yodaCheeseburger" ];
|
devices = [ "yodaTux" "yodaTab" "yodaEnchilada" "yodaCheeseburger" ];
|
||||||
};
|
};
|
||||||
|
# Obsidian folder of Susan.
|
||||||
|
"Obsidian" = {
|
||||||
|
path = "/mnt/data/syncthing/Obsidian";
|
||||||
|
devices = [ "susanLaptop" "susanHandy" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user