setup server

This commit is contained in:
2024-06-15 02:00:49 -06:00
parent b66baa6c19
commit 8411094c67
13 changed files with 58 additions and 2626 deletions

View File

@@ -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;