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

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