fix(pm/umber/sb): correct speech marks #74

merged
opened by a.starrysky.fyi targeting main from private/minion/push-uyvsqvtonzxt

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

Changed files
+4 -1
packetmix
+1 -1
packetmix/systems/umber/silverbullet.nix
··· 48 48 } 49 49 ]; 50 50 locations."/".return = 51 - ''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' ''; 51 + ''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"''; 52 52 }; 53 53 54 54 services.nginx.commonHttpConfig = ''
+3
packetmix/workspace.josh.license
··· 1 + SPDX-FileCopyrightText: 2025 FreshlyBakedCake 2 + 3 + SPDX-License-Identifier: CC0-1.0