Rename dendrite to caravanserai

This commit is contained in:
coolneng 2020-12-14 02:52:04 +01:00
parent 934416d576
commit 145c5051cc
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 8 additions and 8 deletions

View File

@ -12,7 +12,7 @@
id = id =
"UNZIABR-GEQ4AWT-XKFADLW-HW3SQ3Y-BEYZ56A-W530DLS-DXGQWKK-2QQ4RQ6"; "UNZIABR-GEQ4AWT-XKFADLW-HW3SQ3Y-BEYZ56A-W530DLS-DXGQWKK-2QQ4RQ6";
}; };
dendrite = { caravanserai = {
id = id =
"6KSGHNJ-NH4EZGP-X5HGV6B-OQ3ZFE6-WZQACOC-6WKPRGI-TTBRHJ5-U3R2AQ3"; "6KSGHNJ-NH4EZGP-X5HGV6B-OQ3ZFE6-WZQACOC-6WKPRGI-TTBRHJ5-U3R2AQ3";
}; };
@ -22,28 +22,28 @@
id = "wusdj-bfjkr"; id = "wusdj-bfjkr";
type = "receiveonly"; type = "receiveonly";
path = "/vault/syncthing/Documents"; path = "/vault/syncthing/Documents";
devices = [ "panacea" "dendrite" ]; devices = [ "panacea" "caravanserai" ];
}; };
Notes = { Notes = {
id = "kafhz-bfmzm"; id = "kafhz-bfmzm";
type = "receiveonly"; type = "receiveonly";
path = "/vault/syncthing/Notes"; path = "/vault/syncthing/Notes";
devices = [ "panacea" "dendrite" ]; devices = [ "panacea" "caravanserai" ];
}; };
Music = { Music = {
id = "2aqt7-vpprc"; id = "2aqt7-vpprc";
type = "receiveonly"; type = "receiveonly";
path = "/vault/syncthing/Music"; path = "/vault/syncthing/Music";
devices = [ "panacea" "dendrite" ]; devices = [ "panacea" "caravanserai" ];
}; };
Photos = { Photos = {
id = "mjibc-ustcg"; id = "mjibc-ustcg";
type = "receiveonly"; type = "receiveonly";
path = "/vault/syncthing/Photos"; path = "/vault/syncthing/Photos";
devices = [ "panacea" "dendrite" ]; devices = [ "panacea" "caravanserai" ];
}; };
Projects = { Projects = {
@ -56,7 +56,7 @@
id = "m2007j20cg_288y-photos"; id = "m2007j20cg_288y-photos";
type = "receiveonly"; type = "receiveonly";
path = "/vault/syncthing/Photos/Phone"; path = "/vault/syncthing/Photos/Phone";
devices = [ "panacea" "dendrite" ]; devices = [ "panacea" "caravanserai" ];
}; };
}; };
}; };

View File

@ -65,12 +65,12 @@ in {
listenPort = 1194; listenPort = 1194;
privateKeyFile = "/home/coolneng/.wg/keys/privatekey"; privateKeyFile = "/home/coolneng/.wg/keys/privatekey";
peers = [ peers = [
# Panacea # panacea
{ {
publicKey = "XMkTztU2Y8hw6Fu/2o4Gszij+EmNacvFMXuZyHS1n38="; publicKey = "XMkTztU2Y8hw6Fu/2o4Gszij+EmNacvFMXuZyHS1n38=";
allowedIPs = [ "10.8.0.2/32" ]; allowedIPs = [ "10.8.0.2/32" ];
} }
# Dendrite # caravanserai
{ {
publicKey = "eFykHmnMALRUluApRfSM32Xw80kTNo7yUsxs47URkX4="; publicKey = "eFykHmnMALRUluApRfSM32Xw80kTNo7yUsxs47URkX4=";
allowedIPs = [ "10.8.0.3/32" ]; allowedIPs = [ "10.8.0.3/32" ];