diff --git a/option/Syncthing.nix b/option/Syncthing.nix index 10e63b1..d8cc969 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; };