Silly nixpkgs mirror, totally harmless :3
Find a file
Eelco Dolstra 5dbe45bfea * Modified the SSL configuration a bit. Instead of having a httpPort
and a httpsPort, there are now options "port" and "enableSSL".  So
  to get https you should typically set up a vhost like this:

    virtualHosts = [
      { hostName = "foo.example.org";
        enableSSL = true;
        sslServerCert = "...";
        sslServerKey = "...";
      }
    ];

* sslServerCert and sslServerKey can be set per vhost.  This is
  currently only useful when doing IP-based vhosting.

* enableUserDir is now a per-vhost setting, as it should be.

* Convenience option globalRedirect to redirect the entire host to
  some URL.

svn path=/nixos/trunk/; revision=11704
2008-04-24 11:56:38 +00:00
boot Changes to support swsusp and custom kernels. 2008-03-24 19:37:32 +00:00
configuration Let us have ddrescue on rescue disks. Like umbrella. Having it reduces chances of its use - and this is very good. 2008-03-28 12:01:59 +00:00
doc/manual * Manual updates. 2008-02-08 22:43:59 +00:00
etc * Don't add nssModulePath when it's empty, because then we get 2008-04-10 12:14:15 +00:00
helpers svn path=/nixos/trunk/; revision=11203 2008-03-19 12:58:14 +00:00
installer svn path=/nixos/trunk/; revision=11203 2008-03-19 12:58:14 +00:00
system * Modified the SSL configuration a bit. Instead of having a httpPort 2008-04-24 11:56:38 +00:00
upstart-jobs * Modified the SSL configuration a bit. Instead of having a httpPort 2008-04-24 11:56:38 +00:00
default.nix Added nixos-gen-seccure-keys to nixosTools 2008-03-03 23:32:17 +00:00
README * Readme is obsolete now. 2007-02-06 21:38:59 +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://nix.cs.uu.nl/nixos and in the manual in doc/manual.