summaryrefslogtreecommitdiff
path: root/system/ca.nix
blob: b1c1f9e02f1e97fe4ee5d3c0768219b890151109 (plain)
1
2
3
4
5
6
{ config, pkgs, ... }:
{
  security.pki.certificateFiles = [
    "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
  ];
}