irc testing

Main
Johannes Hendrik Gerard van der Weide 2024-04-03 16:14:48 +02:00
parent 2af70722fe
commit d286c09746
2 changed files with 11 additions and 0 deletions

View File

@ -7,5 +7,6 @@
./owncast.nix
./uptime-kuma.nix
# ./iceshrimp.nix
./inspircd.nix
];
}

10
services/inspircd.nix Normal file
View File

@ -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">
'';
};
}