Loosen the type of SSH key files
This commit is contained in:
parent
4d15ad22a2
commit
444a4fb793
@ -39,7 +39,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
keyFiles = mkOption {
|
keyFiles = mkOption {
|
||||||
type = types.listOf types.str;
|
type = types.listOf types.unspecified;
|
||||||
default = [];
|
default = [];
|
||||||
description = ''
|
description = ''
|
||||||
A list of files each containing one OpenSSH public key that should be
|
A list of files each containing one OpenSSH public key that should be
|
||||||
@ -172,7 +172,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
authorizedKeysFiles = mkOption {
|
authorizedKeysFiles = mkOption {
|
||||||
type = types.listOf types.str;
|
type = types.listOf types.unspecified;
|
||||||
default = [];
|
default = [];
|
||||||
description = "Files from with authorized keys are read.";
|
description = "Files from with authorized keys are read.";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user