readme
This commit is contained in:
parent
7eab6eb695
commit
42a0750aaa
23
README.md
Normal file
23
README.md
Normal file
@ -0,0 +1,23 @@
|
||||
# NixOS image for ThinkPad T14s Gen 6
|
||||
|
||||
## Usage
|
||||
|
||||
Build
|
||||
|
||||
git clone https://code.dumpstack.io/etc/nixos-image-thinkpad-t14s-gen6
|
||||
cd nixos-image-thinkpad-t14s-gen6
|
||||
make TARGET=/dev/sdX flash
|
||||
|
||||
Prebuilt
|
||||
|
||||
TARGET=/dev/sdX
|
||||
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.xz of=${TARGET}
|
||||
sudo partprobe
|
||||
sudo parted -sf ${TARGET} resizepart 2 100%
|
||||
|
||||
## Notes
|
||||
|
||||
- Use the front left USB-C port.
|
||||
- nmtui is available for managing Wi-Fi connections.
|
Loading…
Reference in New Issue
Block a user