Refactor attic configuration as module
This commit is contained in:
parent
cf86743d68
commit
752bed060b
6 changed files with 102 additions and 89 deletions
|
@ -1,18 +0,0 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
services.nginx = {
|
||||
recommendedTlsSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
recommendedProxySettings = true;
|
||||
recommendedGzipSettings = true;
|
||||
recommendedBrotliSettings = true;
|
||||
logError = "stderr warn";
|
||||
proxyResolveWhileRunning = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue