From 23b1c450a282188be6409715d87ba0f8db921fad Mon Sep 17 00:00:00 2001 From: John Ogle Date: Wed, 17 Sep 2025 22:03:27 -0700 Subject: [PATCH] [claude] Add Important Notes about sudo access Add an "Important Notes" section to CLAUDE.md clarifying that Claude Code does not have sudo access and that users should run elevated commands themselves (e.g., `sudo nixos-rebuild switch`). --- CLAUDE.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 8587279..dd95e33 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -136,4 +136,8 @@ This script pulls from the remote git repository and applies the configuration. - **Locale**: en_US.UTF-8, America/Los_Angeles timezone - **SSH**: OpenSSH enabled on all configurations - **Garbage collection**: Automatic, deletes older than 10 days -- **Unfree packages**: Allowed globally \ No newline at end of file +- **Unfree packages**: Allowed globally + +## Important Notes + +- **Sudo access**: Claude Code does not have sudo access. Ask the user to run elevated commands like `sudo nixos-rebuild switch` \ No newline at end of file