* In the users...keyFiles option, the "string" type doesn't work very
well because elements could be paths, e.g. users.extraUsers.root.openssh.authorizedKeys.keyFiles = [ ./id_key.pub ]; So disable the type check for now. svn path=/nixos/trunk/; revision=32558
This commit is contained in:
parent
8f8472d444
commit
acea54b3c6
@ -57,7 +57,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
keyFiles = mkOption {
|
keyFiles = mkOption {
|
||||||
type = types.listOf types.string;
|
#type = types.listOf types.string;
|
||||||
default = [];
|
default = [];
|
||||||
description = ''
|
description = ''
|
||||||
A list of files each containing one OpenSSH public keys that should be
|
A list of files each containing one OpenSSH public keys that should be
|
||||||
|
Loading…
Reference in New Issue
Block a user