summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-06-03 04:40:45 +0200
committerRory& <root@rory.gay>2025-06-03 04:40:45 +0200
commit006ada2e8a31d8c57273bb1cafe976354ebd6244 (patch)
treea9cdd26a5d0bbe282512edfa2a8f94f87e1a80cb
parentRefer to system properly (diff)
downloadnodejs-final-assignment-006ada2e8a31d8c57273bb1cafe976354ebd6244.tar.xz
Fix typo
-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; };