nixpkgs/nixos/modules/virtualisation
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
..
amazon-config.nix Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
amazon-image.nix Obsolete security.initialPassword 2014-11-03 12:36:56 +01:00
azure-config.nix Initial configuration + image generation script for Micro$oft Azure. Work in progress for #3986. 2014-09-06 21:37:46 +02:00
azure-image.nix Azure: Fix authorized_keys 2014-09-06 22:54:15 +02:00
container-config.nix Containers: Use nsenter to execute commands in containers 2014-08-28 02:20:23 +02:00
containers.nix containers: Remove check for var/lib/startup-done. 2014-09-11 18:12:35 +02:00
docker-image.nix nixos: Fix priorities of initialHashedPassword. 2014-11-04 05:19:07 +01:00
docker.nix nixos: docker, create docker group 2014-09-03 21:23:30 +02:00
ec2-data.nix amazon ec2: Make fetch-ec2-data more robust 2014-08-05 15:12:26 +02:00
google-compute-config.nix Add initial configuration for Google Compute Engine 2013-12-11 15:32:27 +01:00
google-compute-image.nix Google Compute image: 2014-08-01 15:25:50 +02:00
libvirtd.nix nixos/libvirtd: refresh LXC emulator path on startup 2014-09-15 23:03:20 +02:00
nixos-container.pl containers: Don't descend into mounts on destroy. 2014-09-11 18:12:35 +02:00
nova-config.nix Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
nova-image.nix Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
nova.nix Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
openvswitch.nix formatting/retab 2014-09-02 01:48:50 +04:00
qemu-opts Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
qemu-vm.nix Fix the driver for qemu ("vesa" -> "modesetting") 2014-10-15 12:24:50 +02:00
virtualbox-guest.nix Get all lib functions from lib, not pkgs.lib, in modules 2014-07-02 12:28:18 -04:00
virtualbox-image.nix Fix evaluation in virtualbox-image.nix 2014-08-06 16:25:42 +02:00
xen-dom0.nix Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
xen-domU.nix Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00