Compare commits

..

No commits in common. "default" and "v0.2.0" have entirely different histories.

View File

@ -11,14 +11,13 @@ Build
Prebuilt
TARGET=/dev/sdX
wget https://github.com/jollheef/nixos-image-thinkpad-t14s-gen6/releases/download/v0.2.0/nixos-thinkpad-t14s-gen6-dd5ec42.img.xz
xz -d nixos-thinkpad-t14s-gen6-dd5ec42.img.xz
sudo dd if=nixos-thinkpad-t14s-gen6-dd5ec42.img of=${TARGET}
wget https://github.com/jollheef/nixos-image-thinkpad-t14s-gen6/releases/download/v0.1.0/nixos-thinkpad-t14s-gen6-1aea2f8.img.xz
xz -d nixos-thinkpad-t14s-gen6-1aea2f8.img.xz
sudo dd if=nixos-thinkpad-t14s-gen6-1aea2f8.img of=${TARGET}
sudo partprobe
sudo parted -sf ${TARGET} resizepart 2 100%
## Notes
- Use the front left USB-C port.
- In case of boot issues, try using a USB 2.0 to USB Type-C adapter.
- nmtui is available for managing Wi-Fi connections.