diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-02-19 23:34:25 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-02-19 23:34:25 +0300 |
commit | cc1d3db5f2a6f05ca68818dc2303dd85fc3db06d (patch) | |
tree | 6433af1654e8ae847990b26445b03fa9665aa674 /modules/nixos/common | |
parent | 2023-02-19 (diff) |
2023-02-19
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/common/secrets.nix | 2 |
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. |