summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix

index 5283bd6..fa834f8 100644 --- a/flake.nix +++ b/flake.nix
@@ -128,7 +128,7 @@ PORT = cfg.port; LOG_REQUESTS = cfg.logRequests; DATABASE_SECRET_PATH = cfg.dbCredentialsPath; - JWT_SECRET_PATH = cfg.jwtSEcretPath; + JWT_SECRET_PATH = cfg.jwtSecretPath; LOG_QUERIES = cfg.logQueries; LOG_AUTH = cfg.logAuth; };