diff --git a/flake.lock b/flake.lock index d5456ab..d15f2b8 100644 --- a/flake.lock +++ b/flake.lock @@ -100,8 +100,8 @@ "systems": "systems_2" }, "locked": { - "lastModified": 1726945396, - "narHash": "sha256-Q81Yf+Kw55786VXWQyhYTmpv0CkQLQc7NDCLi8D/TFw=", + "lastModified": 1727314821, + "narHash": "sha256-AIKKS9U3K6ZZst44HjkcZBncy+Nbx1QrGfO8rnD6e60=", "type": "tarball", "url": "https://github.com/yusdacra/website/archive/refs/heads/svelte.zip" }, diff --git a/hosts/wolumonde/modules/blog.nix b/hosts/wolumonde/modules/blog.nix index f28a307..9be581b 100644 --- a/hosts/wolumonde/modules/blog.nix +++ b/hosts/wolumonde/modules/blog.nix @@ -41,9 +41,6 @@ in { forceSSL = true; locations."/" = { proxyPass = "http://localhost:${toString port}"; - extraConfig = '' - add_header cache-control "no-store"; - ''; }; }; }