fix: syncthing cucked

This commit is contained in:
Nick 2025-12-09 16:02:46 -06:00
parent 4c767d369f
commit c405fdd161
2 changed files with 14 additions and 4 deletions

View file

@ -18,8 +18,9 @@ in
mnt,
folders,
devices,
tmp,
tmpIn,
mounts,
tmpOut,
}:
{
microvm.vms = {
@ -142,6 +143,7 @@ in
systemd.tmpfiles.rules = [
"d ${mnt}/${serviceCfg.name} 0751 microvm wheel - -"
];
]
++ tmpOut;
};
}