irc config

This commit is contained in:
Harry 2025-01-19 20:13:58 +01:00
parent e04301b9ff
commit b912d4c809

View file

@ -1,5 +1,7 @@
{config, pkgs, ...}:
{
environment.systemPackages = with pkgs; [ ircdHybrid ];
services.ircdHybrid = {
enable = true;
serverName = "irc.hypervirtual.world";