diff --git a/hosts/Infini-DL360/web.nix b/hosts/Infini-DL360/web.nix index dbc2fc6..4378c4d 100644 --- a/hosts/Infini-DL360/web.nix +++ b/hosts/Infini-DL360/web.nix @@ -32,6 +32,7 @@ let redirects = lib.mapAttrs mkRedirect { "nitter.inx.moe" = "twitter.com"; + "sweedish.fish" = "swedish.fish"; }; in { @@ -58,6 +59,15 @@ in return = "301 https://www.ikea.com/us/en/p/blahaj-soft-toy-shark-90373590/"; }; }; + "swedish.fish" = ssl-optional // { + locations."/" = { + tryFiles = "/Blahaj.png =404"; + root = ./static; + }; + locations."/buy" = { + return = "301 https://www.ikea.com/us/en/p/blahaj-soft-toy-shark-90373590/"; + }; + }; "files.inx.moe" = ssl // { locations."/" = { root = "/srv/web/files.inx.moe";