From 620dbc8da4bff1c04ff99463103c497e79a7c1ff Mon Sep 17 00:00:00 2001 From: Rory& Date: Tue, 3 Jun 2025 19:02:03 +0200 Subject: Fix logRequests option --- flake.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 22dca66..b70d0b2 100644 --- a/flake.nix +++ b/flake.nix @@ -113,10 +113,14 @@ }; jwtSecretPath = lib.mkOption { type = lib.types.path; - description = "Path to the JWT secret directory."; default = "/var/lib/SafeNSound"; + description = "Path to the JWT secret directory."; + }; + logRequests = lib.mkOption { + type = lib.types.string; + description = "Which requests to log."; + default = "-"; }; - logRequests = lib.mkEnableOption "Log requests"; logQueries = lib.mkEnableOption "Log queries"; logAuth = lib.mkEnableOption "Log authentication"; }; -- cgit 1.5.1