Ok, more bug fixing.

This commit is contained in:
Root User 2026-02-08 00:33:23 +01:00
parent 0ad5eddb8d
commit 9a6d5cea0d
Signed by: root
GPG key ID: 087F0A95E5766D72
3 changed files with 23 additions and 5 deletions

View file

@ -21,4 +21,20 @@ TODO HECK
- [ ] Read up more about how to a backup machine stuff and making it Nix-y...
- [ ] Figure out my life
- [ ] Setup Hardware Keys
- [ ] Setup a VPN (Likely OpenVPN)
- [ ] Setup a VPN (Likely OpenVPN)
## NOTES FOR FUTURE
```
ServiceException: 401 Anonymous caller does not have storage.objects.list access to the Google Cloud Storage bucket. Permission 'storage.objects.list' denied on resource (or it may not exist).
```
You need to run
```zsh
sudo gcloud init
sudo gcloud auth activate-service-account --key-file /run/secrets/gcloud_bucket
```
Cheesus Crust, document this plz Google, whyyyyyyyyy