Update README.md
This commit is contained in:
parent
1beacc0121
commit
b7a90d8249
1 changed files with 2 additions and 2 deletions
|
@ -29,10 +29,10 @@ Run this to keep your system up-to-date.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix flake update
|
nix flake update
|
||||||
sudo nixos-rebuild --flake .#nixos-pulse switch
|
sudo nixos-rebuild # this assumes your hostname is the same as in the config
|
||||||
```
|
```
|
||||||
|
|
||||||
Run this to keep your home up-to-date.
|
Run this to keep your home up-to-date. (Assuming you manage home-manager seperately and don't have it integrated into your osConfiguration)
|
||||||
```bash
|
```bash
|
||||||
nix flake update
|
nix flake update
|
||||||
home-manager switch --flake .
|
home-manager switch --flake .
|
||||||
|
|
Loading…
Add table
Reference in a new issue