nixpkgs/modules/virtualisation
Eelco Dolstra 796b48c367 * Run smbd in its own session / process group (setsid) because smbd
now kills its process group when it exits.  Without setsid, this
  ends up killing the parent (i.e., the builder).
* Use port 445 instead of 139 because the CIFS kernel module tries
  port 445 first.  If there is an actual Samba running on the host, it
  would end up connecting to that one instead of our own and fail.

svn path=/nixos/trunk/; revision=25016
2010-12-06 19:02:24 +00:00
..
amazon-config.nix * Install a configuration.nix in the AMI. 2010-07-15 11:09:30 +00:00
amazon-image.nix * Grmbl. Create the missing mount points. 2010-09-01 11:00:35 +00:00
qemu-vm.nix * Run smbd in its own session / process group (setsid) because smbd 2010-12-06 19:02:24 +00:00
xen-dom0.nix * Increase the number of loopback devices from the default (8), 2010-12-06 09:54:08 +00:00
xen-domU.nix * Don't run ntpd in DomU. 2010-10-06 20:22:36 +00:00