adding librera to dalinar

This commit is contained in:
Chris Cochrun 2022-11-21 14:08:35 -06:00
parent fdb2c48c2e
commit c6e3ab0a51
2 changed files with 18 additions and 0 deletions

View file

@ -1357,6 +1357,15 @@ Dalinar's config is of course server oriented.
params.cleanoutDays = "100"; params.cleanoutDays = "100";
}; };
}; };
librera = {
id = "vvtvj-osndy";
path = "/storage/syncthing/librera";
devices = [ "tablet" "shadow" "kohlin"];
versioning = {
type = "trashcan";
params.cleanoutDays = "100";
};
};
}; };
}; };

View file

@ -160,6 +160,15 @@
params.cleanoutDays = "100"; params.cleanoutDays = "100";
}; };
}; };
librera = {
id = "vvtvj-osndy";
path = "/storage/syncthing/librera";
devices = [ "tablet" "shadow" "kohlin"];
versioning = {
type = "trashcan";
params.cleanoutDays = "100";
};
};
}; };
}; };