nixpkgs/modules
Eelco Dolstra 57d74e6f4f openssh.authorizedKeys.keyFiles: allow multiple keys
Ugly hack to get around the error "a string that refers to a store
path cannot be appended to a path".  The underlying problem is that
you cannot do

  "${./file1} ${./file2}"

but you can do

  " ${./file1} ${./file2}"

Obviously we should allow the first case as well.
2012-07-13 17:59:03 -04:00
..
config Rename time.clockLocal -> time.hardwareClockInLocalTime. 2012-07-11 15:33:34 -04:00
hardware * Move the implementation of boot.kernelModules to udev's postStart. 2012-03-18 14:03:42 +00:00
installer EFI shell got updated upstream, reflecting new hash 2012-07-05 08:31:44 +02:00
misc Add lib module for modules to provide helper functions 2012-07-12 13:46:04 -04:00
profiles * On headless systems, disable the emergency shell and redirect 2012-05-16 15:08:44 +00:00
programs /etc/login.defs: set the mode of new home directories to 700 2012-07-13 10:41:48 -04:00
security * Actually use the security.pam.enableSSHAgentAuth option. 2012-06-12 20:21:15 +00:00
services openssh.authorizedKeys.keyFiles: allow multiple keys 2012-07-13 17:59:03 -04:00
system Rename time.clockLocal -> time.hardwareClockInLocalTime. 2012-07-11 15:33:34 -04:00
tasks * Add a ‘size’ option to ‘swapDevices’ to create swapfiles on the fly. 2012-06-12 13:41:51 +00:00
testing Drop the socat wrapper 2012-06-22 15:37:22 -04:00
virtualisation Fix booting on EC2 2012-06-24 19:02:34 -04:00
module-list.nix Add lib module for modules to provide helper functions 2012-07-12 13:46:04 -04:00
rename.nix * wpa_supplicant: automatically figure out the wireless interface(s) 2012-03-04 17:21:14 +00:00