From 053fa4f45f69d6da1838d00abef5fac4eefae03f Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sun, 8 Dec 2024 05:57:39 +0300 Subject: [PATCH] Syncthing: Add tmp dir. --- option/Syncthing.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/option/Syncthing.nix b/option/Syncthing.nix index 10e63b11..d8cc969c 100644 --- a/option/Syncthing.nix +++ b/option/Syncthing.nix @@ -36,6 +36,14 @@ in { "phone" ]; }; + "tmp" = { + path = "${cfg.dataDir}/tmp"; + devices = [ + "desktop" + "home" + "phone" + ]; + }; }; } cfg.settings; };