sombrero: Add hosts in syncthing

This commit is contained in:
Alexander Heldt
2023-05-09 15:28:48 +02:00
parent d44f7d4ef3
commit bafdd39f26

View File

@@ -176,6 +176,17 @@
};
folders = {
"hosts" = {
path = "/home/alex/backup/sync/hosts";
devices = [ "bennu" ];
versioning = {
type = "staggered";
params = {
maxAge = "2592000"; # 30 days
};
};
};
"org" = {
path = "/home/alex/backup/sync/org";
devices = [ "phone" "bennu" ];