fixed motd

Main
hermitcollective.net 2024-04-04 00:19:52 +00:00
parent b3a2220128
commit e388f37742
4 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@
<bind address="" port="6667" type="clients"> <bind address="" port="6667" type="clients">
<admin name="Hertog" nick="Hertog" email="hertog@fsfe.org"> <admin name="Hertog" nick="Hertog" email="hertog@fsfe.org">
<server name="hertmicollective" netowrk="hermitcollective"> <server name="hertmicollective" netowrk="hermitcollective">
<files motd="/etc/irc_motd.txt">
''; '';
}; };
} }

View File

@ -1,6 +1,7 @@
{ {
imports = [ imports = [
./hermitcollective.net ./hermitcollective.net
./irc.hermitcollective.net
./blog.hermitcollective.net ./blog.hermitcollective.net
./hertog.hermitcollective.net ./hertog.hermitcollective.net
]; ];

View File

@ -1 +0,0 @@
test

View File

@ -8,6 +8,7 @@
openssl openssl
git git
btop btop
wget
]; ];
}; };
} }