Torjus Håkestad
5844e7b32b
All checks were successful
Run nix flake check / flake-check (push) Successful in 3m31s
10 lines
146 B
Nix
10 lines
146 B
Nix
{ pkgs, ... }:
|
|
{
|
|
security.pki = {
|
|
certificateFiles = [
|
|
"${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
|
|
./root-ca.crt
|
|
];
|
|
};
|
|
}
|