sid.ovh/modules/nixos/pki/default.nix
sid 7a65bdbf37
All checks were successful
Flake check / flake-check (pull_request) Successful in 20s
add certs. fix acme challenge. add jwk provisioner
2026-04-18 23:38:54 +02:00

3 lines
70 B
Nix

{
security.pki.certificateFiles = [ ../../../certs/root_ca.crt ];
}