diff --git a/nixos/modules/services/backup/sitecopy-backup.nix b/nixos/modules/services/backup/sitecopy-backup.nix
index 5f2b4e76aeeb..6e4721ded68b 100644
--- a/nixos/modules/services/backup/sitecopy-backup.nix
+++ b/nixos/modules/services/backup/sitecopy-backup.nix
@@ -21,15 +21,16 @@ in
enable = mkOption {
default = false;
description = ''
- Whether to enable sitecopy backups of specified directories.
+ Whether to enable sitecopy backups of specified
+ directories.
'';
};
period = mkOption {
default = "15 04 * * *";
description = ''
- This option defines (in the format used by cron) when the
- sitecopy backup are being run.
+ This option defines (in the format used by cron)
+ when the sitecopy backups are to be run.
The default is to update at 04:15 (at night) every day.
'';
};
@@ -47,9 +48,10 @@ in
];
default = [];
description = ''
- List of attributesets describing the backups.
+ List of attribute sets describing the backups.
- Username/password are extracted from ${stateDir}/sitecopy.secrets at activation
+ Username/password are extracted from
+ ${stateDir}/sitecopy.secrets at activation
time. The secrets file lines should have the following structure:
server username password