diff --git a/nixos/modules/services/backup/tarsnap.nix b/nixos/modules/services/backup/tarsnap.nix
index 03fbd29a191d..ac8f008069a6 100644
--- a/nixos/modules/services/backup/tarsnap.nix
+++ b/nixos/modules/services/backup/tarsnap.nix
@@ -33,8 +33,9 @@ in
service called tarsnap-backup which is
periodically run by cron, or you may run it on-demand.
- See Getting Started
- Tarsnap page.
+ See the Tarsnap Getting
+ Started page.
'';
};
@@ -46,7 +47,7 @@ in
full name will be
label-$(date+"%Y%m%d%H%M%S"). For
example, by default your backups will look similar to
- nixos-20140301021501.
+ nixos-20140301011501.
'';
};
@@ -110,8 +111,8 @@ in
default = "15 01 * * *";
description = ''
This option defines (in the format used by cron) when
- tarsnap is run for backups. The default is to update at
- 01:15 at night every day.
+ tarsnap is run for backups. The default is to backup the
+ specified paths at 01:15 at night every day.
'';
};