pinwheel/backwards: Share reading-material through syncthing
This commit is contained in:
@@ -90,6 +90,7 @@ in
|
||||
devices = [
|
||||
"phone"
|
||||
"tablet"
|
||||
"pinwheel"
|
||||
];
|
||||
versioning = {
|
||||
type = "staggered";
|
||||
|
||||
@@ -66,6 +66,17 @@
|
||||
};
|
||||
};
|
||||
|
||||
"reading-material" = {
|
||||
path = "/home/alex/sync/reading-material";
|
||||
devices = [ "backwards" ];
|
||||
versioning = {
|
||||
type = "staggered";
|
||||
params = {
|
||||
maxAge = "2592000"; # 30 days
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
"phone-gps" = {
|
||||
path = "/home/alex/sync/phone-gps";
|
||||
devices = [ "phone" ];
|
||||
|
||||
Reference in New Issue
Block a user