nix-config/README.md

16 lines
304 B
Markdown
Raw Normal View History

2023-10-23 00:21:45 +02:00
# nix-config
Jo's absolutely insane NixOS configuration - as of August 2024
2023-10-23 00:41:07 +02:00
## 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
```