diff options
author | tzlil <tzlils@protonmail.com> | 2023-05-19 00:55:01 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-05-19 00:55:01 +0300 |
commit | 3c0270df7fbc7f183a9d03ad6157b3bb6b1861fc (patch) | |
tree | c4d05762560f6d110fb5088c81335eb837df1965 /mixins/syncthing.nix | |
parent | 767dbfb93697380df4e76d9efb6201fcafe60d78 (diff) |
add bluetooth to laptop
Diffstat (limited to 'mixins/syncthing.nix')
-rw-r--r-- | mixins/syncthing.nix | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/mixins/syncthing.nix b/mixins/syncthing.nix index 3e219ae..7faf5db 100644 --- a/mixins/syncthing.nix +++ b/mixins/syncthing.nix @@ -11,13 +11,15 @@ configDir = "/home/tzlil/.config/syncthing"; overrideDevices = true; overrideFolders = true; - devices = { - "phone" = {id = "UHWVTEZ-BERNFCH-3ZXQHNE-ZRBHLU6-MBAVEHB-TKLQJM7-ZGHLJ4R-6E4SAA7";}; - }; - folders = { - "passwords" = { - path = "/home/tzlil/sync/passwords"; - devices = ["phone"]; + settings = { + devices = { + "phone" = {id = "UHWVTEZ-BERNFCH-3ZXQHNE-ZRBHLU6-MBAVEHB-TKLQJM7-ZGHLJ4R-6E4SAA7";}; + }; + folders = { + "passwords" = { + path = "/home/tzlil/sync/passwords"; + devices = ["phone"]; + }; }; }; }; |