Refactor attic configuration as module

This commit is contained in:
Fabian Hauser 2024-12-08 17:45:54 +02:00
parent cf86743d68
commit 752bed060b
6 changed files with 102 additions and 89 deletions

View file

@ -0,0 +1,15 @@
{
...
}:
{
config.services.nginx = {
recommendedTlsSettings = true;
recommendedOptimisation = true;
recommendedProxySettings = true;
recommendedGzipSettings = true;
recommendedBrotliSettings = true;
logError = "stderr warn";
proxyResolveWhileRunning = true;
};
}