remove hardcoded ca-bundle

This commit is contained in:
lassulus 2021-12-09 14:12:03 +01:00
parent 155e3e18b0
commit 08cdf8a6d5

View File

@ -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;