typo in authorizedKeysFiles
This commit is contained in:
parent
3f39492bf5
commit
bc2fe9f2cd
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user