8 lines
160 B
Markdown
8 lines
160 B
Markdown
|
# Reboot your NixOS with kexec
|
||
|
|
||
|
```bash
|
||
|
sudo nix run github:jeffguorg/nixos-kexec-profile
|
||
|
# or boot it
|
||
|
sudo nix run github:jeffguorg/nixos-kexec-profile -b
|
||
|
```
|