mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2024-12-04 20:05:00 +01:00
15 lines
309 B
Markdown
15 lines
309 B
Markdown
# Puzzlevision
|
|
|
|
Non-stop entertainment! The wackiest NixOS configuration to-date.
|
|
|
|
## 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
|
|
```
|