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
···4848 }
4949 ];
5050 locations."/".return =
5151- ''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' '';
5151+ ''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"'';
5252 };
53535454 services.nginx.commonHttpConfig = ''