From 374dd56aaea5c3dcd524c28c790d60c26d574f1d Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 20 Jan 2024 13:26:18 +0300 Subject: [PATCH] Fix indentation --- hosts/cube/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/cube/nginx.nix b/hosts/cube/nginx.nix index 3dd1a95..eccfd7d 100644 --- a/hosts/cube/nginx.nix +++ b/hosts/cube/nginx.nix @@ -31,7 +31,7 @@ serverSystemConfiguration { commonHttpConfig = '' map $scheme $hsts_header { - https "max-age=31536000; includeSubdomains; preload"; + https "max-age=31536000; includeSubdomains; preload"; } add_header Strict-Transport-Security $hsts_header;