fixed motd
parent
b3a2220128
commit
e388f37742
|
@ -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">
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
test
|
|
|
@ -8,6 +8,7 @@
|
||||||
openssl
|
openssl
|
||||||
git
|
git
|
||||||
btop
|
btop
|
||||||
|
wget
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue