remove hardcoded ca-bundle
This commit is contained in:
parent
155e3e18b0
commit
08cdf8a6d5
|
@ -4,13 +4,6 @@ with import <stockholm/lib>;
|
|||
{
|
||||
imports = [
|
||||
./backup.nix
|
||||
(let ca-bundle = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"; in {
|
||||
environment.variables = {
|
||||
CURL_CA_BUNDLE = ca-bundle;
|
||||
GIT_SSL_CAINFO = ca-bundle;
|
||||
SSL_CERT_FILE = ca-bundle;
|
||||
};
|
||||
})
|
||||
];
|
||||
krebs.announce-activation.enable = true;
|
||||
krebs.enable = true;
|
||||
|
|
Loading…
Reference in a new issue