home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit e0e21a8e84f4ebe7b9b9071f5c5a92658476688d
parent 191ab090c366f8bac784bbf1cd7fc99a38d84f21
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 21 Apr 2022 16:35:36 +0200

systems/modules: update naruhodo syncthing id

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
(cherry picked from commit 4d9b5ba21eb410ed6f925427669c347c291995e7)

Diffstat:
Msystems/modules/profiles/syncthing.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systems/modules/profiles/syncthing.nix b/systems/modules/profiles/syncthing.nix @@ -11,7 +11,7 @@ let addresses = [ "tcp://aomi.vpn" "tcp://aomi.home" ]; }; naruhodo = { - id = "VTIA5EJ-X2BAMN6-LSBUFVJ-EZ35MTN-AOCEQEZ-HMY7CGV-STVVFTT-5U7SIAY"; + id = "BKZN3FH-KRP4XRN-XFEVCCG-VANAUJN-YFAUS5Q-WUOLQQ7-II7I6PR-NVJZXQT"; addresses = [ "tcp://naruhodo.vpn" "tcp://naruhodo.home" ]; # addresses = [ "tcp://192.168.1.2" "tcp://void.home" ]; };