mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 17:43:55 -05:00
syncthing: add screenshot folder
This commit is contained in:
parent
6d57820296
commit
62104693b0
|
@ -62,6 +62,15 @@
|
||||||
type = "trashcan";
|
type = "trashcan";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
"screenshots" = {
|
||||||
|
id = "screenshots";
|
||||||
|
path = "/home/${config.alyraffauf.services.syncthing.user}/pics/screenshots";
|
||||||
|
devices = ["brawly" "fallarbor" "lavaridge" "mauville" "petalburg" "rustboro" "wallace" "winona"];
|
||||||
|
versioning = {
|
||||||
|
params.cleanoutDays = "5";
|
||||||
|
type = "trashcan";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue