1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/modules
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
..
config Adding a wake on lan module. 2010-12-02 20:23:45 +00:00
hardware Intel 2100 wifi firmware: packaged 2010-10-14 12:33:20 +00:00
installer * nixos-deploy-network: build the deploy script locally as an 2010-12-02 18:09:53 +00:00
misc Implemented 'deployment' option to capture custom attributes related to the system configuration 2010-11-24 23:00:21 +00:00
profiles Add empty profile. 2010-09-25 22:29:42 +00:00
programs Moving which to type -P, so 'which ls', 'which time', ... work. 2010-11-26 09:57:38 +00:00
security To prevent glibc bug exploitation, make setuid-wrappers unreadable to non-root users 2010-10-20 09:29:02 +00:00
services Adding a wake on lan module. 2010-12-02 20:23:45 +00:00
system Adding a wake on lan module. 2010-12-02 20:23:45 +00:00
tasks network-interfaces: MAC address support take 2: now it seems to work 2010-11-24 22:58:53 +00:00
testing * In the activation script, don't require the path to the "system" 2010-09-13 18:19:15 +00:00
virtualisation * Run smbd in its own session / process group (setsid) because smbd 2010-12-06 19:02:24 +00:00
module-list.nix Adding a wake on lan module. 2010-12-02 20:23:45 +00:00
rename.nix Enables the following renaming A -> C & B -> C and A -> B & B -> C. 2010-10-14 18:18:38 +00:00