diff --git a/nixos/modules/services/backup/borgbackup.nix b/nixos/modules/services/backup/borgbackup.nix
index 2c307a701f3e..4c9ddfe4674b 100644
--- a/nixos/modules/services/backup/borgbackup.nix
+++ b/nixos/modules/services/backup/borgbackup.nix
@@ -336,7 +336,7 @@ in {
default = false;
type = types.bool;
example = true;
- description = literalDocBook ''
+ description = ''
Set the persistentTimer option for the
systemd.timer
5