From bc115707171842da022adf129438c2f77d567c7a Mon Sep 17 00:00:00 2001 From: Rory& Date: Tue, 3 Jun 2025 10:52:33 +0200 Subject: Nix cleanup, fix plan --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index fa834f8..211b64b 100644 --- a/flake.nix +++ b/flake.nix @@ -99,17 +99,15 @@ default = 3000; description = "The port on which the SafeNSound service will listen."; }; - logRequests = lib.mkEnableOption "Log requests"; dbCredentialsPath = lib.mkOption { type = lib.types.path; - default = "mongodb-pass"; description = "Path to the database credentials file."; }; jwtSecretPath = lib.mkOption { type = lib.types.path; - default = "."; description = "Path to the JWT secret directory."; }; + logRequests = lib.mkEnableOption "Log requests"; logQueries = lib.mkEnableOption "Log queries"; logAuth = lib.mkEnableOption "Log authentication"; }; -- cgit 1.5.1