3
0
Fork 0
forked from mirrors/nixpkgs

* 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:
Eelco Dolstra 2012-02-25 17:31:39 +00:00
parent 8f8472d444
commit acea54b3c6

View file

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