diff --git a/common/fwupd.nix b/common/fwupd.nix deleted file mode 100644 index a62f709..0000000 --- a/common/fwupd.nix +++ /dev/null @@ -1,3 +0,0 @@ -{ - services.fwupd.enable = true; -} diff --git a/hosts/abacus/nginx.nix b/hosts/abacus/nginx.nix index dd9bc60..5bbb79b 100644 --- a/hosts/abacus/nginx.nix +++ b/hosts/abacus/nginx.nix @@ -2,7 +2,7 @@ services.nginx = { enable = true; - recommendedGzipSettings = true; + # recommendedGzipSettings = true; recommendedOptimisation = true; recommendedProxySettings = true; recommendedTlsSettings = true;