From bc2fe9f2cd3144bfe061801b8cb13b9ca60a1542 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BD=D0=B8=D0=BB=D0=BE=20=D0=93=D0=BB=D0=B8?= =?UTF-8?q?=D0=BD=D1=81=D1=8C=D0=BA=D0=B8=D0=B9=20=28Danylo=20Hlynskyi=29?= Date: Thu, 12 May 2016 18:01:17 +0300 Subject: [PATCH] typo in authorizedKeysFiles --- nixos/modules/services/networking/ssh/sshd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {