nixos/nix-gc, nixos/auto-upgrade: Minor documentation fixes.

The gc documentation had some artifacts (presumably being copied from
autoupgrade) and the autoupgrade docs had a typo
This commit is contained in:
Jade 2022-03-31 00:21:21 -04:00
parent 4dbe6fbd69
commit e50bc2f36d
No known key found for this signature in database
GPG key ID: 80A1F76FC9F954AE
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ in
type = types.str;
example = "45min";
description = ''
Add a randomized delay before each automatic upgrade.
Add a randomized delay before each garbage collection.
The delay will be chosen between zero and this value.
This value must be a time span in the format specified by
<citerefentry><refentrytitle>systemd.time</refentrytitle>

View file

@ -90,7 +90,7 @@ in {
example = "45min";
description = ''
Add a randomized delay before each automatic upgrade.
The delay will be chozen between zero and this value.
The delay will be chosen between zero and this value.
This value must be a time span in the format specified by
<citerefentry><refentrytitle>systemd.time</refentrytitle>
<manvolnum>7</manvolnum></citerefentry>