HermitCollective.nix/services/inspircd.nix

11 lines
260 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">
'';
};
}