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 = { services.inspircd = {
enable = true; enable = true;
config = '' config = ''
<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">
''; '';
}; };

View File

@ -25,7 +25,7 @@
networking = { networking = {
hostName = "HermitCollective"; hostName = "HermitCollective";
domain = "hermitcollective.net"; domain = "hermitcollective.net";
firewall.allowedTCPPorts = [ 22 80 443 8080 8181 1935 ]; firewall.allowedTCPPorts = [ 22 80 443 8080 8181 1935 6667 ];
}; };
security.acme = { security.acme = {