From 4950809f56a5ed54b3bdc0b99afefd7c9d844000 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 +- packetmix/workspace.josh.license | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 packetmix/workspace.josh.license 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 = '' diff --git a/packetmix/workspace.josh.license b/packetmix/workspace.josh.license new file mode 100644 index 00000000..d698a125 --- /dev/null +++ b/packetmix/workspace.josh.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2025 FreshlyBakedCake + +SPDX-License-Identifier: CC0-1.0 -- 2.43.0