Syncthing: Add tmp dir.

This commit is contained in:
Dmitry Voronin 2024-12-08 05:57:39 +03:00
parent f4da0b24b5
commit 053fa4f45f
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -36,6 +36,14 @@ in {
"phone"
];
};
"tmp" = {
path = "${cfg.dataDir}/tmp";
devices = [
"desktop"
"home"
"phone"
];
};
};
} cfg.settings;
};