Syncthing: Add tmp dir.

This commit is contained in:
Dmitry Voronin 2024-12-08 05:57:39 +03:00
parent f4da0b24b5
commit 4b13af3c06

View file

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