Nix Packages collection & NixOS
Go to file
Ricardo M. Correia 7a7bf8368e nixos-generate-config: Configure networking.hostId by default
The host id value gets generated by reading a 32-bit value from
/dev/urandom.

This makes programs that rely on a correct host id more reliable.

It also makes using ZFS more seamless, as you don't need to configure
the hostId manually; instead, it becomes part of your config from the
moment you install NixOS.
2014-11-12 22:31:50 +01:00
doc doc/contributing.xml: remove lies 2014-11-08 21:56:23 +01:00
lib Add unique list function 2014-11-12 22:31:49 +01:00
maintainers move dockerfile to subdirectory 2014-11-08 23:47:10 +01:00
nixos nixos-generate-config: Configure networking.hostId by default 2014-11-12 22:31:50 +01:00
pkgs nixos: Add system-wide option to set the hostid 2014-11-12 22:31:49 +01:00
.gitignore
.travis.yml Travis: chop build in install and build phases 2014-10-15 11:05:12 +02:00
.version .version shouldn't include newline 2014-10-22 15:59:35 +02:00
COPYING
default.nix require Nix 1.7 for nixpkgs, since we're using antiquotation inside quoted attribute sets 2014-09-04 18:44:03 +02:00
README.md

Nixpkgs is a collection of packages for Nix package manager. Nixpkgs also includes NixOS linux distribution source code.