mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
* 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 {
|
||||
type = types.listOf types.string;
|
||||
#type = types.listOf types.string;
|
||||
default = [];
|
||||
description = ''
|
||||
A list of files each containing one OpenSSH public keys that should be
|
||||
|
Loading…
Reference in New Issue
Block a user