summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/backup/borgbackup.nix
diff options
context:
space:
mode:
authorMatt Kline <matt@bitbashing.io>2024-05-23 14:22:33 -0700
committerMatt Kline <matt@bitbashing.io>2024-05-23 14:23:40 -0700
commit234f4db797d0a64bd2995601f15fd12c2394157f (patch)
tree715ff63e1a547b4b9524e66cc153f3bd6972b49a /nixos/modules/services/backup/borgbackup.nix
parentce207e609206069a68dfe04407ae82beb73ffa7e (diff)
nixos/snapper, nixos/borgbackup: Fix module doc typo
The persistentTimer argument sets the _Persistent_ field in systemd.timer(5). Pointed out in #312549
Diffstat (limited to 'nixos/modules/services/backup/borgbackup.nix')
-rw-r--r--nixos/modules/services/backup/borgbackup.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/backup/borgbackup.nix b/nixos/modules/services/backup/borgbackup.nix
index 04f971008073..a3c0715c9e60 100644
--- a/nixos/modules/services/backup/borgbackup.nix
+++ b/nixos/modules/services/backup/borgbackup.nix
@@ -361,7 +361,7 @@ in {
type = types.bool;
example = true;
description = ''
- Set the `persistentTimer` option for the
+ Set the `Persistent` option for the
{manpage}`systemd.timer(5)`
which triggers the backup immediately if the last trigger
was missed (e.g. if the system was powered down).