home

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

commit abb1ebeb181026bbd08fcb06116db38796ccf864
parent 1c5eb79215ac32726d2f38298d1378225bd587c1
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 21 Apr 2022 12:20:28 +0200

syncthing: add shikoku to the list

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

Diffstat:
Msystems/modules/profiles/syncthing.nix | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/systems/modules/profiles/syncthing.nix b/systems/modules/profiles/syncthing.nix @@ -23,6 +23,10 @@ let id = "XNCACMA-LMIZPRZ-J6LEMR5-BVI7IVQ-6HWWMUU-QUCA63X-ZE32NOP-QFDDGQM"; addresses = [ "tcp://wakasu.home" "tcp://wakasu.vpn" ]; }; + shikoku = { + id = "KZMMXRR-UINDQTS-H3TV2W7-EIGOUDI-3LW4ZDG-7PRKDFV-MJ5KUTJ-YG5Y5AI"; + addresses = [ "tcp://shikoku.home" "tcp://shikoku.vpn" ]; + }; }; deviceNames = builtins.attrNames (filterAttrs isCurrentHost devices); in