HermitCollective.nix/services/inspircd.nix

12 lines
298 B
Nix

{
services.inspircd = {
enable = true;
config = ''
<bind address="" port="6667" type="clients">
<admin name="Hertog" nick="Hertog" email="hertog@fsfe.org">
<server name="hertmicollective" netowrk="hermitcollective">
<files motd="/etc/irc_motd.txt">
'';
};
}