docs: add remote deploy/list-generations to readme, tidy CLAUDE.md
Move deploy commands to readme.md. Update CLAUDE.md to reference readme for commands and reflect the core/base module split and current host list. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c30d442e7e
commit
82778b6deb
2 changed files with 28 additions and 42 deletions
12
readme.md
12
readme.md
|
|
@ -18,6 +18,18 @@ nmtui
|
|||
|
||||
Select "Activate a connection", pick your network, and enter the password.
|
||||
|
||||
# Remote deploy
|
||||
|
||||
```
|
||||
nixos-rebuild switch --flake . --target-host <hostname>.local --sudo
|
||||
```
|
||||
|
||||
# List generations
|
||||
|
||||
```
|
||||
nixos-rebuild list-generations
|
||||
```
|
||||
|
||||
# Update and deploy
|
||||
|
||||
From within this directory:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue