Revert "Add /etc/ssl/certs/ca-certificates.crt symlink for Ubuntu compatibility"
This reverts commit 10133f0b5b30e4d36a0c66742e1483d126d86f28. 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 = {
|
config = {
|
||||||
|
|
||||||
environment.etc =
|
environment.etc =
|
||||||
[
|
[ { source = "${pkgs.cacert}/etc/ca-bundle.crt";
|
||||||
# Provide both Fedora and Ubuntu certificate locations for
|
target = "ssl/certs/ca-bundle.crt";
|
||||||
# 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
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Backward compatibility; may remove at some point.
|
# Backward compatibility; may remove at some point.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user