config file is stored
parent
e388f37742
commit
55b7b96690
|
@ -1,11 +1,6 @@
|
|||
{
|
||||
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">
|
||||
<files motd="/etc/irc_motd.txt">
|
||||
'';
|
||||
config = builtins.readFile "/etc/inspircd.conf";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue