Update README.md

This commit is contained in:
Michael Kelly 2025-02-14 16:17:46 -08:00 committed by GitHub
parent 4c8af9e0a7
commit aec26d57be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,3 +92,23 @@ Notes:
--- ---
This is a passion project of mine, that I'm using for friends, family, and my local community at large. If you have any feedback or suggestions, please feel free to open an issue, pull request or just message me. This is a passion project of mine, that I'm using for friends, family, and my local community at large. If you have any feedback or suggestions, please feel free to open an issue, pull request or just message me.
---
If at any point you're having issues with your nixbook not updating, check the auto-update-config service by running
```
sudo systemctl status auto-update-config
```
If it shows any errors, go directly to /etc/nixbook and run
```
sudo git pull --rebase
```
Then you can start the autoupdate service again by running
```
sudo systemctl status auto-update-config
```