From 9f7542a5ab64479f12ab1cce6c32e885189da1a5 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 1 Mar 2025 23:16:21 +0100 Subject: [PATCH] fix: missed a semicollon so nginx didn't work --- modules/services/nginx.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/services/nginx.nix b/modules/services/nginx.nix index 982072a..bef0680 100644 --- a/modules/services/nginx.nix +++ b/modules/services/nginx.nix @@ -44,10 +44,9 @@ # # proxy_cookie_path / "/; secure; HttpOnly; SameSite=strict"; # Most important headers - add_header meow "nya!"; - add_header matrix "https://matrix.to/#/@liv:liv.town" + add_header meow "nyaa"; + add_header matrix "@liv:liv.town"; add_header pronouns "any but neopronouns"; - add_header gender "maybe"; add_header locale "[en_US, nl_NL]"; ''; };