nixos/modules/ca/default.nix
Jake Hillion db5dc5aee6
All checks were successful
flake / flake (push) Successful in 1m14s
step-ca: enable server on sodium and load root certs
2024-08-01 23:28:22 +01:00

9 lines
70 B
Nix

{ ... }:
{
imports = [
./consumer.nix
./service.nix
];
}