8 lines
160 B
Markdown
Raw Normal View History

2023-11-07 10:01:36 +08:00
# 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
```