setup server
This commit is contained in:
@@ -139,6 +139,10 @@ in {
|
||||
dates = "weekly";
|
||||
};
|
||||
};
|
||||
security.acme = lib.mkIf config.services.nginx.enable {
|
||||
acceptTerms = true;
|
||||
defaults.email = "CaptainJawZ@outlook.com";
|
||||
};
|
||||
services.nginx = {
|
||||
clientMaxBodySize = "4096m";
|
||||
# recommendedTlsSettings = true;
|
||||
|
||||
Reference in New Issue
Block a user