From 584d295c25697c19ffd369d22281f7d53a139f18 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 20 Jan 2025 10:24:23 +0100 Subject: feat: allow HTTP request logging to be disabled --- nix/modules/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nix/modules') diff --git a/nix/modules/default.nix b/nix/modules/default.nix index b3a0211..fdd2977 100644 --- a/nix/modules/default.nix +++ b/nix/modules/default.nix @@ -130,6 +130,12 @@ in default = ""; }; + logRequests = mkOption { + type = types.bool; + description = "Whether to log HTTP requests"; + default = false; + }; + contentSecurityPolicy = mkOption { type = types.submodule { freeformType = settingsFormat.type; -- cgit 1.4.1