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"]; }; }; };