akko: enable nginx

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-11-04 17:06:40 -04:00
parent 70488c8cf7
commit 107384d101
1 changed files with 9 additions and 0 deletions

View File

@ -11,4 +11,13 @@
users.users.root.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM6NPbPIcCTzeEsjyx0goWyj6fr2qzcfKCCdOUqg0N/v cadey@kos-mos"
];
services.nginx = {
enable = true;
clientMaxBodySize = "128m";
recommendedTlsSettings = true;
recommendedOptimisation = true;
recommendedGzipSettings = true;
};
}