nixos/modules/ca/default.nix

9 lines
70 B
Nix
Raw Permalink Normal View History

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