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; ''; };