initial version of my new laptop setup

This commit is contained in:
Vivian 2022-08-24 18:17:29 +02:00
parent 7d45857a00
commit 95f5b94468
18 changed files with 709 additions and 67 deletions

View file

@ -43,6 +43,7 @@ in
recommendedProxySettings = true;
recommendedTlsSettings = true;
recommendedOptimisation = true;
clientMaxBodySize = "100m";
package = pkgs.nginxMainline.override {
modules = with pkgs.nginxModules; [ brotli ];