mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01:00
home-manager-auto-expire: fix spelling error (#6829)
This commit is contained in:
parent
7ede02c32a
commit
b35bccc32d
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ in
|
||||||
options = lib.mkOption {
|
options = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
description = ''
|
description = ''
|
||||||
Options given to `nix-collection-garbage` when the service runs.
|
Options given to `nix-collect-garbage` when the service runs.
|
||||||
'';
|
'';
|
||||||
default = "";
|
default = "";
|
||||||
example = "--delete-older-than 30d";
|
example = "--delete-older-than 30d";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue