chore: update README instructions
This commit is contained in:
parent
e83bb67606
commit
58dc95c159
1 changed files with 14 additions and 1 deletions
15
README.md
15
README.md
|
@ -1,3 +1,16 @@
|
|||
# nix-config
|
||||
|
||||
Jo's NixOS configuration
|
||||
Jo's NixOS configuration
|
||||
|
||||
|
||||
## Deployment
|
||||
|
||||
Run this to apply your system configuration.
|
||||
```sh
|
||||
sudo nixos-rebuild switch --flake .#hostname
|
||||
```
|
||||
|
||||
Run this, to apply your home-manager configuration.
|
||||
```sh
|
||||
home-manager switch --flake .#username@hostname
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue