From 6ce1dba91eeceb8c838f7e68cc4029d3e8962042 Mon Sep 17 00:00:00 2001 From: Toast Date: Tue, 16 Jan 2024 09:28:30 +0100 Subject: [PATCH] Common/syncthing: add Win Max 2 ID --- roles/common/services/syncthing.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/roles/common/services/syncthing.nix b/roles/common/services/syncthing.nix index 9a090ab..5691ef3 100755 --- a/roles/common/services/syncthing.nix +++ b/roles/common/services/syncthing.nix @@ -31,12 +31,16 @@ name = "Surface Go"; id = "HTVSF3O-AHY3TNH-BLVSEGK-HRRSMHC-H5LJWVF-NDKGM6O-ATWZALC-YXNV2Q4"; }; + "winmax2" = { + name = "Win Max 2"; + id = "X2NILRM-ADRBQ23-AFREAZA-62GVFDF-UVMPR4L-KGHMUNY-BJ2C3CQ-RBT43QS"; + }; }; folders = { "passwords" = { label = "KeePassXC Passwords"; id = "rdyaq-ex659"; - devices = [ "phone" "pc" "steamdeck" "server" "surface"]; + devices = [ "phone" "pc" "steamdeck" "server" "surface" "winmax2"]; }; }; };