From d2aa97c702f3dd9fb51355437a4ac5da741d3572 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 23 Feb 2025 19:47:05 -0500 Subject: [PATCH] Infini-DL360/web: remove unnecessary newlines --- hosts/Infini-DL360/web.nix | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/hosts/Infini-DL360/web.nix b/hosts/Infini-DL360/web.nix index a6374a1..716ac2e 100644 --- a/hosts/Infini-DL360/web.nix +++ b/hosts/Infini-DL360/web.nix @@ -51,16 +51,12 @@ in tryFiles = "/Blahaj.png =404"; root = ./static; }; - locations."/buy" = { - return = "301 https://www.ikea.com/us/en/p/blahaj-soft-toy-shark-90373590/"; - }; + locations."/buy".return = "301 https://www.ikea.com/us/en/p/blahaj-soft-toy-shark-90373590/"; }; "files.inx.moe" = ssl-inx // { locations."/" = { root = "/srv/web/files.inx.moe"; - extraConfig = '' - autoindex on; - ''; + extraConfig = "autoindex on;"; }; locations."/p/" = { root = "/srv/web/files.inx.moe"; @@ -69,9 +65,7 @@ in "random.inx.moe" = ssl-inx // { locations."/" = { root = "/srv/web/files.inx.moe/subject"; - extraConfig = '' - random_index on; - ''; + extraConfig = "random_index on;"; }; }; "old.inx.moe" = ssl-inx-optional // {