nixos-config/terranix/graylog/modules/default.nix

9 lines
101 B
Nix
Raw Normal View History

2019-10-24 02:20:38 +02:00
{
imports = [
./all-messages.nix
./provider.nix
./pipeline.nix
./stream.nix
];
}