diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-02-19 00:00:18 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-02-19 00:00:18 +0300 |
commit | 825dce0d6ac9171225ed5bbbe217fb066175c7b5 (patch) | |
tree | 9c2d5892b06a718c3b058838703aa08a4c7398d5 | |
parent | 6fc10bd800032c603469c86625f40170f26fbaa7 (diff) | |
download | nixsap-825dce0d6ac9171225ed5bbbe217fb066175c7b5.tar.gz |
gnupg app: typo
-rw-r--r-- | modules/apps/gnupg/instance.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/apps/gnupg/instance.nix b/modules/apps/gnupg/instance.nix index e421a1e..116218c 100644 --- a/modules/apps/gnupg/instance.nix +++ b/modules/apps/gnupg/instance.nix @@ -15,7 +15,7 @@ in { user = mkOption { description = '' User to run as ang keyring owner. This option is required. - Note that this user is not created automaically. + Note that this user is not created automatically. ''; type = str; }; |