nixpkgs/nixos/modules/installer/tools
aszlig cf7f15c92c
nixos-install: Pass CA cert bundle to chroot.
Since we're using HTTPS for the binary cache (introduced in faf0797) by
default, the binary cache should also be available during installation.

The file that is defined in SSL_CERT_FILE outside of the chroot is
copied over to /tmp/ca-cert.crt inside the chroot, so we have an
absolute path we can reference during nixos-install. However, this might
end up with the file not being cleaned up properly from outside of the
store, but neither would be /tmp/root so the cleanup issue needs to be
solved in another place (or commit to be more exact).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-12 03:03:14 +01:00
..
nixos-build-vms nixos-build-vms: Fix function invocation to test driver 2014-06-09 13:36:26 +02:00
get-version-suffix Mark builds from git explicitly 2014-05-01 15:05:14 +02:00
nixos-checkout.nix Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
nixos-generate-config.pl nixos: Rename virtualbox to virtualboxGuest. 2014-11-27 18:42:22 +01:00
nixos-install.sh nixos-install: Pass CA cert bundle to chroot. 2014-12-12 03:03:14 +01:00
nixos-option.sh nixos-option: fixes as suggested by @nbp 2014-09-06 20:59:14 +02:00
nixos-rebuild.sh Use https://cache.nixos.org 2014-12-09 13:38:46 +01:00
nixos-version.sh Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
tools.nix remove unused parameter from nixos module that is causing trouble with nixops 1.2 2014-10-19 14:10:28 +02:00