From aec26d57befd19aca3417b1cd2a61ca544164b95 Mon Sep 17 00:00:00 2001 From: Michael Kelly Date: Fri, 14 Feb 2025 16:17:46 -0800 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 1d72e78..77d020e 100644 --- a/README.md +++ b/README.md @@ -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. + +--- + +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 +```