chore: update README instructions

This commit is contained in:
Jo 2023-10-23 00:41:07 +02:00
parent e83bb67606
commit 58dc95c159

View file

@ -1,3 +1,16 @@
# nix-config
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
```