home-manager-auto-expire: fix spelling error (#6829)

This commit is contained in:
S1rDev10us
2025-04-16 19:41:23 +01:00
committed by GitHub
parent 7ede02c32a
commit b35bccc32d

View File

@@ -61,7 +61,7 @@ in
options = lib.mkOption {
type = lib.types.str;
description = ''
Options given to `nix-collection-garbage` when the service runs.
Options given to `nix-collect-garbage` when the service runs.
'';
default = "";
example = "--delete-older-than 30d";