nix-config/hosts/sisyphe/features/services/irc-server.nix
2024-12-23 14:39:18 +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";
};
}