diff options
author | Martin Fischer <martin@push-f.com> | 2025-03-09 22:28:32 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-03-12 08:10:54 +0100 |
commit | 2631aab59a748a9f630a68226048131aa9fbd932 (patch) | |
tree | bde3a2a646431ea25c5811b2361adf6673ce677a /nixos/hosts/tente/default.nix | |
parent | 9695f7df824a4497b997d6f618b6b85496546b1c (diff) |
feat(tente): report nginx access logs to Loki
Diffstat (limited to 'nixos/hosts/tente/default.nix')
-rw-r--r-- | nixos/hosts/tente/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/hosts/tente/default.nix b/nixos/hosts/tente/default.nix index 07b70a4..f910876 100644 --- a/nixos/hosts/tente/default.nix +++ b/nixos/hosts/tente/default.nix @@ -136,6 +136,8 @@ in return 444; } ''; + + commonHttpConfig = helpers.commonHttpConfig; }; }; |