···29293030 options = {
3131 services.tarsnap = {
3232- enable = mkOption {
3333- type = types.bool;
3434- default = false;
3535- description = ''
3636- Enable periodic tarsnap backups.
3737- '';
3838- };
3232+ enable = mkEnableOption "periodic tarsnap backups";
39334034 keyfile = mkOption {
4135 type = types.str;
···279273 Tarsnap archive configurations. Each attribute names an archive
280274 to be created at a given time interval, according to the options
281275 associated with it. When uploading to the tarsnap server,
282282- archive names are suffixed by a 1 second resolution timestamp.
276276+ archive names are suffixed by a 1 second resolution timestamp,
277277+ with the format <literal>%Y%m%d%H%M%S</literal>.
283278284279 For each member of the set is created a timer which triggers the
285280 instanced <literal>tarsnap-archive-name</literal> service unit. You may use