nix-config/features/server/services/irc-server.nix
2024-12-08 10:11:58 +01:00

11 lines
229 B
Nix

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