This commit is contained in:
@@ -57,6 +57,11 @@ let
|
||||
|
||||
in
|
||||
{
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
defaults.email = "me@atri.dad";
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
|
||||
@@ -65,11 +70,6 @@ in
|
||||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
defaults.email = "me@atri.dad";
|
||||
};
|
||||
|
||||
clientMaxBodySize = "3g";
|
||||
|
||||
commonHttpConfig = ''
|
||||
|
||||
Reference in New Issue
Block a user