feat: remove calibre folder from syncthing

This commit is contained in:
2026-06-19 12:55:18 +02:00
parent 10e61b8deb
commit 16c68592b0
-5
View File
@@ -53,11 +53,6 @@ in
label = "sync"; label = "sync";
devices = builtins.attrNames syncDevices; devices = builtins.attrNames syncDevices;
}; };
calibre = {
path = "~/calibre";
label = "calibre";
devices = builtins.attrNames syncMachines;
};
}; };
devices = syncDevices; devices = syncDevices;
}; };