use angie
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 43s

This commit is contained in:
Satria 2026-03-28 09:32:21 +07:00
commit 1d5efe0099

View file

@ -1,4 +1,4 @@
{ homelab, lib, ... }: let
{ pkgs, homelab, lib, ... }: let
d = dest: { inherit dest; auth = false; };
da = dest: { inherit dest; auth = true; };
@ -58,6 +58,7 @@ in {
services = {
nginx = {
enable = true;
package = pkgs.angie;
recommendedProxySettings = true;
recommendedTlsSettings = true;
recommendedGzipSettings = true;