diff --git a/nixos/modules/services/backup/tarsnap.nix b/nixos/modules/services/backup/tarsnap.nix
index e1200731c2ca..d31b92abde0a 100644
--- a/nixos/modules/services/backup/tarsnap.nix
+++ b/nixos/modules/services/backup/tarsnap.nix
@@ -29,13 +29,7 @@ in
options = {
services.tarsnap = {
- enable = mkOption {
- type = types.bool;
- default = false;
- description = ''
- Enable periodic tarsnap backups.
- '';
- };
+ enable = mkEnableOption "periodic tarsnap backups";
keyfile = mkOption {
type = types.str;
@@ -279,7 +273,8 @@ in
Tarsnap archive configurations. Each attribute names an archive
to be created at a given time interval, according to the options
associated with it. When uploading to the tarsnap server,
- archive names are suffixed by a 1 second resolution timestamp.
+ archive names are suffixed by a 1 second resolution timestamp,
+ with the format %Y%m%d%H%M%S.
For each member of the set is created a timer which triggers the
instanced tarsnap-archive-name service unit. You may use