config file is stored
parent
e388f37742
commit
55b7b96690
|
@ -1,11 +1,6 @@
|
||||||
{
|
{
|
||||||
services.inspircd = {
|
services.inspircd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = ''
|
config = builtins.readFile "/etc/inspircd.conf";
|
||||||
<bind address="" port="6667" type="clients">
|
|
||||||
<admin name="Hertog" nick="Hertog" email="hertog@fsfe.org">
|
|
||||||
<server name="hertmicollective" netowrk="hermitcollective">
|
|
||||||
<files motd="/etc/irc_motd.txt">
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue