From 2bb135e5db04e430030b52625778f6bbe67abf4a Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Wed, 8 Oct 2025 08:13:37 +0000 Subject: [PATCH] fix(pm/umber/sb): correct speech marks Change-Id: uyvsqvtonzxtotrkyoonoylpnuzvovmo Previously, due to a failure to reboot into the correct profile, I didn't realize that this version had broken strings in the output, making nginx fail to start --- packetmix/systems/umber/silverbullet.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packetmix/systems/umber/silverbullet.nix b/packetmix/systems/umber/silverbullet.nix index 4123d575..6c4849f2 100644 --- a/packetmix/systems/umber/silverbullet.nix +++ b/packetmix/systems/umber/silverbullet.nix @@ -48,7 +48,7 @@ } ]; locations."/".return = - ''403 '403 - Access Denied: Your device is logged on to tailscale as '$http_x_webauth_user'. Unfortunately, this is a private silverbullet instance for 'minion', please use https://silverbullet.clicks.codes instead' ''; + ''403 "403 - Access Denied: Your device is logged on to tailscale as '$http_x_webauth_user'. Unfortunately, this is a private silverbullet instance for 'minion', please use https://silverbullet.clicks.codes instead"''; }; services.nginx.commonHttpConfig = '' -- 2.43.0