From 7a64b105f9f851b0c92e6a406c939f1ceec3e6a1 Mon Sep 17 00:00:00 2001 From: tzlil Date: Sun, 30 Jul 2023 05:04:25 +0300 Subject: fix mounts --- mixins/syncthing.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'mixins') diff --git a/mixins/syncthing.nix b/mixins/syncthing.nix index 69cdba9..18b8f78 100644 --- a/mixins/syncthing.nix +++ b/mixins/syncthing.nix @@ -12,14 +12,14 @@ overrideDevices = true; overrideFolders = true; #settings = { - devices = { - "phone" = {id = "UHWVTEZ-BERNFCH-3ZXQHNE-ZRBHLU6-MBAVEHB-TKLQJM7-ZGHLJ4R-6E4SAA7";}; + devices = { + "phone" = {id = "UHWVTEZ-BERNFCH-3ZXQHNE-ZRBHLU6-MBAVEHB-TKLQJM7-ZGHLJ4R-6E4SAA7";}; + }; + folders = { + "passwords" = { + path = "/home/tzlil/sync/passwords"; + devices = ["phone"]; }; - folders = { - "passwords" = { - path = "/home/tzlil/sync/passwords"; - devices = ["phone"]; - }; #}; }; }; -- cgit 1.4.1