diff --git a/nixos/modules/services/networking/ssh/sshd.nix b/nixos/modules/services/networking/ssh/sshd.nix index 5971a5a250d..a464733a6a0 100644 --- a/nixos/modules/services/networking/ssh/sshd.nix +++ b/nixos/modules/services/networking/ssh/sshd.nix @@ -195,7 +195,7 @@ in authorizedKeysFiles = mkOption { type = types.listOf types.str; default = []; - description = "Files from with authorized keys are read."; + description = "Files from which authorized keys are read."; }; extraConfig = mkOption {