nix-conf/system/modules/ca.nix
2025-04-28 13:51:12 +08:00

6 lines
84 B
Nix

{
security.pki.certificateFiles = [
# Step CA Root
../extra/ca.crt
];
}