Added irc service

This commit is contained in:
Julien Malka 2022-03-11 01:07:21 +01:00
parent b3cdcc78ce
commit 0690b6c4f5
3 changed files with 25 additions and 22 deletions

View file

@ -21,11 +21,11 @@ in
services.nginx = {
enable = true;
recommendedOptimisation = true;
recommendedTlsSettings = true;
recommendedProxySettings = true;
clientMaxBodySize = "128m";
recommendedGzipSettings = true;
recommendedOptimisation = true;
recommendedProxySettings = true;
recommendedTlsSettings = true;
commonHttpConfig = ''
server_names_hash_bucket_size 128;
'';