nixfiles/profiles/base/internalCA.nix

6 lines
82 B
Nix

{...}: {
security.pki.certificateFiles = [
../../data/internalCA.crt
];
}