nix-config/README.md
2023-10-23 00:41:07 +02:00

16 lines
267 B
Markdown

# 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
```