From 47d02a6ae481330e4188a6ff153a5dee5fa515c5 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 10 Jan 2024 11:19:56 +0300 Subject: [PATCH] Fix typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5ba911e..efcb80c 100644 --- a/flake.nix +++ b/flake.nix @@ -169,7 +169,7 @@ forceSSL = true; useACMEHost = urlStripped; - locations."/".extraCofig = '' + locations."/".extraConfig = '' proxy_pass http://localhost:${toString cfg.port}/404; ''; };