feat: add bruno files to syncthing

This commit is contained in:
2026-07-18 12:04:47 +02:00
parent 65af53c78a
commit 660a8d3741
+5
View File
@@ -42,6 +42,11 @@ in
label = "sync";
devices = builtins.attrNames syncDevices;
};
bruno = {
path = "~/dev/bruno";
label = "bruno";
devices = builtins.attrNames syncDevices;
};
};
devices = syncDevices;
};