Revert "Add /etc/ssl/certs/ca-certificates.crt symlink for Ubuntu compatibility"

This reverts commit 10133f0b5b.

See discussion at https://github.com/NixOS/nixos/pull/224
This commit is contained in:
Bjørn Forsman 2013-08-18 17:46:07 +02:00
parent 10133f0b5b
commit d17d1636b1

View File

@ -7,15 +7,8 @@ with pkgs.lib;
config = {
environment.etc =
[
# Provide both Fedora and Ubuntu certificate locations for
# compatibility.
{ source = "${pkgs.cacert}/etc/ca-bundle.crt";
target = "ssl/certs/ca-bundle.crt"; # Same location as in Fedora
}
{ source = "${pkgs.cacert}/etc/ca-bundle.crt";
target = "ssl/certs/ca-certificates.crt"; # Same location as in Ubuntu
[ { source = "${pkgs.cacert}/etc/ca-bundle.crt";
target = "ssl/certs/ca-bundle.crt";
}
# Backward compatibility; may remove at some point.