add README.md

This commit is contained in:
guochao 2023-11-07 10:01:36 +08:00
parent 4079a0cb4c
commit bf1089678d

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# 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
```