No description
Find a file
aszlig 8e516de3e7
nixos: Fix priorities of initialHashedPassword.
Regression introduced in f496c3cbe4.

Previously when we used security.initialRootPassword, the default
priority for this option was 1001, because it was a default value set by
the option itself.

With the mentioned commit, it is no longer an option default but a
mkDefault, which is priority 1000.

I'm setting this to 150 now, as test-instrumentation.nix is using this
for overriding other options and because I think it still makes it
possible to simple-override it, because if no priority is given, we get
priority 100.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-04 05:19:07 +01:00
doc Document meta.branch 2014-10-07 16:23:27 +04:00
lib Add henrytill to maintainers 2014-11-03 10:32:18 -05:00
maintainers/scripts Make travis use "nox-review pr" 2014-10-31 14:49:51 +01:00
nixos nixos: Fix priorities of initialHashedPassword. 2014-11-04 05:19:07 +01:00
pkgs xmlto: Fix eval with w3m.graphicsSupport. 2014-11-04 04:48:27 +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
README.md

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