Merge pull request #15413 from danbst/patch-5

typo in authorizedKeysFiles
This commit is contained in:
Peter Simons 2016-05-12 17:58:17 +02:00
commit f7a06e5e60

View File

@ -195,7 +195,7 @@ in
authorizedKeysFiles = mkOption { authorizedKeysFiles = mkOption {
type = types.listOf types.str; type = types.listOf types.str;
default = []; default = [];
description = "Files from with authorized keys are read."; description = "Files from which authorized keys are read.";
}; };
extraConfig = mkOption { extraConfig = mkOption {