svn path=/nixos/branches/modular-nixos/; revision=16064
This commit is contained in:
Ludovic Courtès 2009-06-26 21:39:31 +00:00
parent dbac392266
commit d68e177909

View File

@ -58,5 +58,5 @@ in
# chroot gets to seem them, and (ii) applications can benefit from
# changes in the list of NSS modules at run-time, without requiring
# a reboot.
environment.systemPackages = [config.system.nssModules];
environment.systemPackages = [config.system.nssModules.list];
}