Skip to content

Commit

Permalink
nixos/snapper, nixos/borgbackup: Fix module doc typo
Browse files Browse the repository at this point in the history
The persistentTimer argument sets the _Persistent_ field in
systemd.timer(5).

Pointed out in NixOS#312549
  • Loading branch information
mrkline authored and Sobte committed May 28, 2024
1 parent 36c6648 commit 6716d47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nixos/modules/services/backup/borgbackup.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/services/misc/snapper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,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 snapshot immediately if the last trigger
was missed (e.g. if the system was powered down).
Expand Down

0 comments on commit 6716d47

Please sign in to comment.