nixos: sitecopy service: re-format descriptions

Changed files
+7 -5
nixos
modules
services
+7 -5
nixos/modules/services/backup/sitecopy-backup.nix
···
enable = mkOption {
default = false;
description = ''
-
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.
The default is to update at 04:15 (at night) every day.
'';
};
···
];
default = [];
description = ''
-
List of attributesets describing the backups.
-
Username/password are extracted from <filename>${stateDir}/sitecopy.secrets</filename> at activation
time. The secrets file lines should have the following structure:
<screen>
server username password
···
enable = mkOption {
default = false;
description = ''
+
Whether to enable <command>sitecopy</command> backups of specified
+
directories.
'';
};
period = mkOption {
default = "15 04 * * *";
description = ''
+
This option defines (in the format used by <command>cron</command>)
+
when the <command>sitecopy</command> backups are to be run.
The default is to update at 04:15 (at night) every day.
'';
};
···
];
default = [];
description = ''
+
List of attribute sets describing the backups.
+
Username/password are extracted from
+
<filename>${stateDir}/sitecopy.secrets</filename> at activation
time. The secrets file lines should have the following structure:
<screen>
server username password