11 lines
No EOL
270 B
Markdown
11 lines
No EOL
270 B
Markdown
# How to deploy this shit
|
|
|
|
## Without Nix-Helper
|
|
|
|
Switch active: `sudo nixos-rebuild --flake ~/nix-test#laptop switch`
|
|
Switch on reboot: `sudo nixos-rebuild --flake ~/nix-test#laptop boot`
|
|
|
|
## With Nix-Helper
|
|
|
|
Switch active: `nh os switch`
|
|
Switch on reboot: `nh os boot` |