nix-config/features/server/services/irc-server.nix

12 lines
194 B
Nix

{config, pkgs, ...}:
{
services.ircdHybrid =
{
enable = true;
serverName = "irc.hypervirtual.world";
description = "welcome to the silly kittens hut !! meow:3";
};
}