diff options
author | Данило Глинський (Danylo Hlynskyi) <abcz2.uprola@gmail.com> | 2017-04-30 13:59:35 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-04-30 15:23:06 +0300 |
commit | 49659d55878d09827566902d07d01f051926aff2 (patch) | |
tree | c6ecdee975ca363f387c99b438d831423e04aa1b | |
parent | c2afdc99216156f87f436c52c82e286dd5f7e655 (diff) | |
download | nixsap-49659d55878d09827566902d07d01f051926aff2.tar.gz |
typo
-rw-r--r-- | modules/deployment/keyrings.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/deployment/keyrings.nix b/modules/deployment/keyrings.nix index e70e004..23a96d0 100644 --- a/modules/deployment/keyrings.nix +++ b/modules/deployment/keyrings.nix @@ -54,7 +54,7 @@ in { and "/run/keys/foo@bar" will use the same secret file "foo". Any file whose path does not start with `nixsap.deployment.keyStore` is deliberately ignored. E. i. you can pass any file names, and nixsap - will pick up keys for you. For convenience, it it allowed to pass + will pick up keys for you. For convenience, it is allowed to pass null values, which are filtered-out as well. ''; default = {}; |