revert auto-reboot
This commit is contained in:
parent
c13047636f
commit
10220fb515
1
README
1
README
|
@ -1,5 +1,6 @@
|
|||
* Enter BIOS, disable secure boot, enable UEFI PXE network boot
|
||||
* sudo auto-install
|
||||
* sudo reboot
|
||||
* Run memtest86
|
||||
* Copy device database to ~/artiq
|
||||
* Set timezone and kb layout
|
||||
|
|
|
@ -41,7 +41,6 @@ let
|
|||
nixos-generate-config --root /mnt
|
||||
cp ${./final}/* /mnt/etc/nixos
|
||||
nixos-install --no-root-password --flake /mnt/etc/nixos#artiq
|
||||
reboot
|
||||
'';
|
||||
|
||||
customModule = {
|
||||
|
|
Loading…
Reference in New Issue