typo in authorizedKeysFiles

This commit is contained in:
Данило Глинський (Danylo Hlynskyi) 2016-05-12 18:01:17 +03:00
parent 3f39492bf5
commit bc2fe9f2cd

View File

@ -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 {