matrix-ops-bot/nix/modules/nixos/default.nix

6 lines
57 B
Nix
Raw Normal View History

{
imports = [
./services/matrix-ops-bot.nix
];
}