1
0
Fork 0
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:
royce-c 2025-03-24 21:41:30 -07:00 committed by Austin Horstman
parent 5abb21dc10
commit 529906d6a2

View file

@ -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 {