fix: syncthing cucked

This commit is contained in:
Nick 2025-12-09 17:58:22 -06:00
parent 1eacc3aa09
commit 2cd05e31fc
15 changed files with 64 additions and 23 deletions

View file

@ -20,7 +20,6 @@ in
devices,
tmpIn,
mounts,
tmpOut,
}:
{
microvm.vms = {
@ -149,8 +148,7 @@ in
systemd.tmpfiles.rules = [
"d ${mnt} 0751 microvm wheel - -"
"d ${mnt}/${serviceCfg.name} 0751 microvm wheel - -"
]
++ tmpOut;
];
sops.secrets = {
"${serviceCfg.name}/${user}-pass" = {
owner = "root";