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
+1
-1
packetmix/systems/umber/silverbullet.nix
+1
-1
packetmix/systems/umber/silverbullet.nix
···
48
}
49
];
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' '';
52
};
53
54
services.nginx.commonHttpConfig = ''
···
48
}
49
];
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"'';
52
};
53
54
services.nginx.commonHttpConfig = ''