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

12 lines
194 B
Nix
Raw Normal View History

2024-10-20 16:21:47 +02:00
{config, pkgs, ...}:
{
services.ircdHybrid =
{
enable = true;
serverName = "irc.hypervirtual.world";
description = "welcome to the silly kittens hut !! meow:3";
};
}