From 145c5051ccd3a2051fcbb1a463f0ad109d9bb848 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 14 Dec 2020 02:52:04 +0100 Subject: [PATCH] Rename dendrite to caravanserai --- modules/datasync.nix | 12 ++++++------ modules/networking.nix | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/datasync.nix b/modules/datasync.nix index 428747f..f67afc3 100644 --- a/modules/datasync.nix +++ b/modules/datasync.nix @@ -12,7 +12,7 @@ id = "UNZIABR-GEQ4AWT-XKFADLW-HW3SQ3Y-BEYZ56A-W530DLS-DXGQWKK-2QQ4RQ6"; }; - dendrite = { + caravanserai = { id = "6KSGHNJ-NH4EZGP-X5HGV6B-OQ3ZFE6-WZQACOC-6WKPRGI-TTBRHJ5-U3R2AQ3"; }; @@ -22,28 +22,28 @@ id = "wusdj-bfjkr"; type = "receiveonly"; path = "/vault/syncthing/Documents"; - devices = [ "panacea" "dendrite" ]; + devices = [ "panacea" "caravanserai" ]; }; Notes = { id = "kafhz-bfmzm"; type = "receiveonly"; path = "/vault/syncthing/Notes"; - devices = [ "panacea" "dendrite" ]; + devices = [ "panacea" "caravanserai" ]; }; Music = { id = "2aqt7-vpprc"; type = "receiveonly"; path = "/vault/syncthing/Music"; - devices = [ "panacea" "dendrite" ]; + devices = [ "panacea" "caravanserai" ]; }; Photos = { id = "mjibc-ustcg"; type = "receiveonly"; path = "/vault/syncthing/Photos"; - devices = [ "panacea" "dendrite" ]; + devices = [ "panacea" "caravanserai" ]; }; Projects = { @@ -56,7 +56,7 @@ id = "m2007j20cg_288y-photos"; type = "receiveonly"; path = "/vault/syncthing/Photos/Phone"; - devices = [ "panacea" "dendrite" ]; + devices = [ "panacea" "caravanserai" ]; }; }; }; diff --git a/modules/networking.nix b/modules/networking.nix index a905df9..01d3710 100644 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -65,12 +65,12 @@ in { listenPort = 1194; privateKeyFile = "/home/coolneng/.wg/keys/privatekey"; peers = [ - # Panacea + # panacea { publicKey = "XMkTztU2Y8hw6Fu/2o4Gszij+EmNacvFMXuZyHS1n38="; allowedIPs = [ "10.8.0.2/32" ]; } - # Dendrite + # caravanserai { publicKey = "eFykHmnMALRUluApRfSM32Xw80kTNo7yUsxs47URkX4="; allowedIPs = [ "10.8.0.3/32" ];