From d35bf403b44bba66185bb88b5cee1aea1361ce45 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 2 Dec 2024 11:44:49 -0700 Subject: [PATCH] fix code block --- content/posts/hosting-on-nixos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/hosting-on-nixos.md b/content/posts/hosting-on-nixos.md index 0863565..e618d80 100644 --- a/content/posts/hosting-on-nixos.md +++ b/content/posts/hosting-on-nixos.md @@ -24,7 +24,7 @@ The hardest part of starting for me was understanding DNS and HTTPS setup, this When I first tried setting Hydra up I was using the default settings for using a Nginx reverse proxy but it was not loading CSS and JavaScript, after hours of going though GitHub and Reddit I found this option which was the key: -```nix +``` recommendedProxySettings = true; ```