inspird workey

Main
hermitcollective.net 2024-04-03 23:10:21 +00:00
parent d286c09746
commit 2bf948596e
2 changed files with 3 additions and 3 deletions

View File

@ -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">
'';
};

View File

@ -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 = {