From 5fb8cb27953a920c8c7656b0f836075ecd62debe Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 3 Aug 2023 23:08:00 -0600 Subject: [PATCH] [NixOS] Add wan address for biskcomp --- nixos/syncthing.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nixos/syncthing.nix b/nixos/syncthing.nix index 21686fd0..d0e70bc8 100644 --- a/nixos/syncthing.nix +++ b/nixos/syncthing.nix @@ -1,9 +1,13 @@ { pkgs, ... }: let devices = { + biskcomp = { + id = "PVGY6OH-WJEA5SD-SL5YI3F-72AZKVL-ZXHIWEW-D5V245P-VUM2BST-CH47JQD"; + addresses = [ "tcp://192.168.1.44:22000" "tcp://1896Folsom.duckdns.org:22000" ]; + }; ryzen-shine = { id = "IYCR3JH-BDZ4N3F-ZBUETYR-4N2UILK-FAEJJ5B-YUYMZQ3-YN63E5T-I2EHCAK"; }; - biskcomp = { id = "PVGY6OH-WJEA5SD-SL5YI3F-72AZKVL-ZXHIWEW-D5V245P-VUM2BST-CH47JQD"; }; nixquick = { id = "6OAGJ3J-3P3R33R-ICHXDWX-IDDCUU7-ESN3Y65-2OGZMWL-R647V7N-4TA6IQM"; }; + pixel-7-pro = { id = "RZGPHX3-W5BPHLT-I4VLQVI-ZW4K7CE-X525NEN-XRG6MOH-GPEUXAD-4VG3XAR"; }; }; allDevices = builtins.attrNames devices; in