Update README.md for new nix-deploy command
This commit is contained in:
11
README.md
11
README.md
@@ -2,13 +2,20 @@ Config for my computers.
|
|||||||
|
|
||||||
## Common operations
|
## Common operations
|
||||||
|
|
||||||
Update computer from my configuration:
|
Update computer and home from my configuration:
|
||||||
|
|
||||||
|
```
|
||||||
|
cd ~/dotfiles
|
||||||
|
nix-deploy
|
||||||
|
```
|
||||||
|
|
||||||
|
Advanced: computer only:
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo darwin-rebuild switch --flake .
|
sudo darwin-rebuild switch --flake .
|
||||||
```
|
```
|
||||||
|
|
||||||
Update home from my configuration:
|
Advanced: home only:
|
||||||
|
|
||||||
```
|
```
|
||||||
home-manager switch --flake .
|
home-manager switch --flake .
|
||||||
|
|||||||
Reference in New Issue
Block a user