6 lines
82 B
Nix
6 lines
82 B
Nix
{...}: {
|
|
security.pki.certificateFiles = [
|
|
../../data/internalCA.crt
|
|
];
|
|
}
|