6 lines
84 B
Nix
Executable file
6 lines
84 B
Nix
Executable file
{
|
|
security.pki.certificateFiles = [
|
|
# Step CA Root
|
|
../extra/ca.crt
|
|
];
|
|
}
|