irc testing
parent
2af70722fe
commit
d286c09746
|
@ -7,5 +7,6 @@
|
|||
./owncast.nix
|
||||
./uptime-kuma.nix
|
||||
# ./iceshrimp.nix
|
||||
./inspircd.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
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">
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue