nixpkgs/modules
Lluís Batlle i Rossell ef1755f3c0 I had a bug in my nfs server... just after boot, all clients were receiving
"Permission denied" until I run "restart nfs-kernel-exports". "exportfs -ra" did not help.

I tracked that down to some race condition between loading the module nfsd and
starting the daemons. Therefore, I decided to add nfsd to the boot.kernelModules instead
of using modprove with it.

Now it works for my server. No more Permission denied after reboot.


svn path=/nixos/trunk/; revision=31113
2011-12-27 18:08:05 +00:00
..
config * If power management is enabled, set the governor to ‘ondemand’ by 2011-12-20 22:44:58 +00:00
hardware * Add a module that provides all the Radeon firmwares. 2011-10-25 00:27:07 +00:00
installer * By popular demand, provide an ISO with a more recent kernel. 2011-11-08 19:51:39 +00:00
misc Add mpd module 2011-12-05 01:51:05 +00:00
profiles * Include glxinfo/glxgears in the graphical profile. It's very small. 2011-11-08 19:18:34 +00:00
programs wvdial: don't make wvdial a system package; only root can run it 2011-11-25 17:41:47 +00:00
security Reverting revisions 30103-30106: "always set nixpkgs.config.{state,store}Dir", etc. 2011-10-30 15:19:58 +00:00
services I had a bug in my nfs server... just after boot, all clients were receiving 2011-12-27 18:08:05 +00:00
system Asking for an interactive shell in case of error umounting filesystems. I've 2011-12-26 16:40:13 +00:00
tasks * If power management is enabled, set the governor to ‘ondemand’ by 2011-12-20 22:44:58 +00:00
testing strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
virtualisation * aufs2 -> aufs. 2011-11-08 15:12:11 +00:00
module-list.nix Added cpuFreqGovernor option to configure a CPU frequency governor. 2011-12-16 23:44:37 +00:00
rename.nix * Make `services.sshd.enable' an alias rather than an obsolete option. 2010-12-14 11:48:07 +00:00