about summary refs log tree commit diff
path: root/modules/server/spectrum/spectrumbot/default.nix
blob: bef02077a3afe56627aad457eb11332c09d7ddd7 (plain) (blame)
1
2
3
4
5
{ config, lib, pkgs, ... }:

{
  imports = [ ./irccat ./postfix ];
}