Syncthing: Add tmp dir.
This commit is contained in:
parent
f4da0b24b5
commit
053fa4f45f
|
@ -36,6 +36,14 @@ in {
|
||||||
"phone"
|
"phone"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
"tmp" = {
|
||||||
|
path = "${cfg.dataDir}/tmp";
|
||||||
|
devices = [
|
||||||
|
"desktop"
|
||||||
|
"home"
|
||||||
|
"phone"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
} cfg.settings;
|
} cfg.settings;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue