mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-01-18 18:03:06 +01:00
15 lines
306 B
Markdown
15 lines
306 B
Markdown
# nix-config
|
|
|
|
Jo's absolutely insane NixOS configuration - not in the good way
|
|
|
|
## 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
|
|
```
|