mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
podman: fix typo
This commit is contained in:
parent
5abb21dc10
commit
529906d6a2
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ in let
|
|||
decryptionKeyFile = mkOption {
|
||||
type = with types; nullOr path;
|
||||
default = null;
|
||||
description = "Path to key used for decrpytion of images.";
|
||||
description = "Path to key used for decryption of images.";
|
||||
};
|
||||
|
||||
description = mkOption {
|
||||
|
|
Loading…
Add table
Reference in a new issue