From bc2fe9f2cd3144bfe061801b8cb13b9ca60a1542 Mon Sep 17 00:00:00 2001 From: "Данило Глинський (Danylo Hlynskyi)" Date: Thu, 12 May 2016 18:01:17 +0300 Subject: typo in authorizedKeysFiles --- nixos/modules/services/networking/ssh/sshd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services') diff --git a/nixos/modules/services/networking/ssh/sshd.nix b/nixos/modules/services/networking/ssh/sshd.nix index 5971a5a250d3..a464733a6a03 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 { -- cgit 1.4.1