Go to file
Eelco Dolstra 5235acb1d7 * extraSubservices: the subservice config no longer needs to be
in a `config' attribute.  So instead of

    extraSubservices = [
      { serviceName = "foo";
        config = {
          bla = ...;
        };
      }
    ];

  you can write

    extraSubservices = [
      { serviceName = "foo";
        bla = ...;
      }
    ];

svn path=/nixos/trunk/; revision=12024
2008-06-09 16:35:24 +00:00
boot Changes to support swsusp and custom kernels. 2008-03-24 19:37:32 +00:00
configuration Added install-test.sh - automatic verification of rescue-cd-configurable.nix (currently it passes) 2008-06-07 10:52:44 +00:00
doc/manual * Make the location of Nixpkgs a function argument (defaulting 2008-06-05 15:33:17 +00:00
etc * Don't include /var/run/current-system/sw/lib in the LD_LIBRARY_PATH 2008-06-04 09:11:47 +00:00
helpers * Make the location of Nixpkgs a function argument (defaulting 2008-06-05 15:33:17 +00:00
installer * Doh! 2008-06-09 11:14:28 +00:00
system * Added a subservices for the Zabbix PHP frontend. 2008-06-09 15:52:02 +00:00
upstart-jobs * extraSubservices: the subservice config no longer needs to be 2008-06-09 16:35:24 +00:00
default.nix Added nixos-gen-seccure-keys to nixosTools 2008-03-03 23:32:17 +00:00
README * URL updates. 2008-05-09 15:08:43 +00:00
STABLE * Version number, stable marker. 2006-11-04 11:27:08 +00:00
VERSION * Version number, stable marker. 2006-11-04 11:27:08 +00:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.