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
Add a link
Reference in a new issue