home

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

commit a464e48c999d0770920c53b2dd2f947d09e8fa2a
parent 1c72b9d79563eac348bd98fee999d753bb64d3e1
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri,  3 Jun 2022 12:26:34 +0200

modules/syncthing: re-enable wakasu "temporarly"

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/modules/profiles/syncthing.nix | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/systems/modules/profiles/syncthing.nix b/systems/modules/profiles/syncthing.nix @@ -27,7 +27,11 @@ let id = "2RWT47Z-UGSH4QO-G4W6XN7-3XY722R-ZKGDN5U-4MDGHMA-6SM26QM-7VCQIAZ"; addresses = [ "tcp://okinawa.home" "tcp://okinawa.vpn" ]; }; - + # Deprecated + wakasu = { + id = "XNCACMA-LMIZPRZ-J6LEMR5-BVI7IVQ-6HWWMUU-QUCA63X-ZE32NOP-QFDDGQM"; + addresses = [ "tcp://wakasu.home" "tcp://wakasu.vpn" ]; + }; }; deviceNames = builtins.attrNames (filterAttrs isCurrentHost devices); in