mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-16 06:36:37 +01:00
7 lines
144 B
Nix
7 lines
144 B
Nix
{
|
|
# Add my private PKI's CA certificate to the system-wide trust store.
|
|
security.pki.certificateFiles = [
|
|
../../certs/ecc-ca.crt
|
|
];
|
|
}
|