sombrero: Add hosts in syncthing
This commit is contained in:
@@ -176,6 +176,17 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
folders = {
|
folders = {
|
||||||
|
"hosts" = {
|
||||||
|
path = "/home/alex/backup/sync/hosts";
|
||||||
|
devices = [ "bennu" ];
|
||||||
|
versioning = {
|
||||||
|
type = "staggered";
|
||||||
|
params = {
|
||||||
|
maxAge = "2592000"; # 30 days
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
"org" = {
|
"org" = {
|
||||||
path = "/home/alex/backup/sync/org";
|
path = "/home/alex/backup/sync/org";
|
||||||
devices = [ "phone" "bennu" ];
|
devices = [ "phone" "bennu" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user