1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(syncthing): add trashcan, remove dead devices

This commit is contained in:
2024-04-04 14:06:01 +02:00
parent 393715a373
commit e4734ce874
2 changed files with 4 additions and 3 deletions

View File

@@ -97,11 +97,15 @@ in {
"${config.users.users.me.home}/sync" = {
devices = ["kabsa" "manakish" "fatteh"];
label = "sync";
versioning.type = "trashcan";
versioning.params.cleanoutDays = 100;
};
"${config.users.users.me.home}/mobile" = {
devices = ["kabsa" "manakish" "fatteh" "heym"];
id = "mobile";
label = "mobile";
versioning.type = "trashcan";
versioning.params.cleanoutDays = 100;
};
};
};