summaryrefslogtreecommitdiff
path: root/modules/nixos/common/secrets.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nixos/common/secrets.nix')
-rw-r--r--modules/nixos/common/secrets.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixos/common/secrets.nix b/modules/nixos/common/secrets.nix
index c229882..2ee5753 100644
--- a/modules/nixos/common/secrets.nix
+++ b/modules/nixos/common/secrets.nix
@@ -21,7 +21,7 @@ with lib; {
map (attr: attr.path) (filter (attr: attr.type == my.ssh.type)
config.services.openssh.hostKeys);
- # This can be used to auto-add all secrets, thus eleminating the need to
+ # This can be used to auto-add all secrets, thus eliminating the need to
# specify path to each envrypted file. The drawback is that this will
# expose *all* secrets to all machines and try to decrypt them all even on
# machines where the secret will not be used.