Unverified Commit 4d246251 authored by pennae's avatar pennae Committed by GitHub
Browse files

Merge pull request #314099 from mrkline/snapper-and-borgbackup-doc-fix

nixos/snapper, nixos/borgbackup: Fix module doc typo
parents 3e3ac0e7 234f4db7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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).
+1 −1
Original line number Diff line number Diff line
@@ -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).