diff --git a/roles/common/services/syncthing.nix b/roles/common/services/syncthing.nix index 8d81a53..e181fe7 100755 --- a/roles/common/services/syncthing.nix +++ b/roles/common/services/syncthing.nix @@ -47,12 +47,17 @@ in { name = "Win Max 2"; id = "X2NILRM-ADRBQ23-AFREAZA-62GVFDF-UVMPR4L-KGHMUNY-BJ2C3CQ-RBT43QS"; }; + "imac" = { + name = "iMac"; + id = "KRHGSJF-64UXAE2-CNSDV6L-QAUV2HU-JTSIEIC-KSHLCBU-IFIQGDX-K5UCSQR"; + compression = "always"; + }; }; folders = { "passwords" = { label = "KeePassXC Passwords"; id = "rdyaq-ex659"; - devices = ["phone" "pc" "steamdeck" "server" "surface" "winmax2"]; + devices = ["phone" "pc" "steamdeck" "server" "surface" "winmax2" "imac"]; }; }; };