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:
parent
10133f0b5b
commit
d17d1636b1
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user