inspird workey
parent
d286c09746
commit
2bf948596e
|
@ -2,8 +2,8 @@
|
|||
services.inspircd = {
|
||||
enable = true;
|
||||
config = ''
|
||||
<bind address="*" port="6667" type"clients">
|
||||
<admin name="Hertog"> nick="Hertog" email="hertog@fsfe.org">
|
||||
<bind address="" port="6667" type="clients">
|
||||
<admin name="Hertog" nick="Hertog" email="hertog@fsfe.org">
|
||||
<server name="hertmicollective" netowrk="hermitcollective">
|
||||
'';
|
||||
};
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
networking = {
|
||||
hostName = "HermitCollective";
|
||||
domain = "hermitcollective.net";
|
||||
firewall.allowedTCPPorts = [ 22 80 443 8080 8181 1935 ];
|
||||
firewall.allowedTCPPorts = [ 22 80 443 8080 8181 1935 6667 ];
|
||||
};
|
||||
|
||||
security.acme = {
|
||||
|
|
Loading…
Reference in New Issue