summaryrefslogtreecommitdiff
path: root/sys/pki/default.nix
blob: 75f7e52847fd76246f46da9be8927a317cf994c7 (plain)
1
2
3
4
5
6
{
  imports = [
    ./ca.nix
    ./by-path.nix
  ];
}