Refactor attic configuration as module
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
Fabian Hauser 2024-12-08 17:45:54 +02:00
parent 1b3a091fae
commit df41008026
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;
};
}