Go to file
2024-10-18 19:54:40 +00:00
patches feat: update kernel, add patches for backlight, etc. 2024-10-18 18:00:11 +00:00
pkgs feat: update t14s-firmware 2024-10-18 15:27:07 +00:00
scripts feat: update kernel, add patches for backlight, etc. 2024-10-18 18:00:11 +00:00
.gitignore first commit 2024-07-28 23:28:50 +00:00
configuration.nix refactor: move non-kernel-related options 2024-10-18 15:30:34 +00:00
hardware-configuration.nix first commit 2024-07-28 23:28:50 +00:00
kernel.nix feat: update kernel, add patches for backlight, etc. 2024-10-18 18:00:11 +00:00
LICENSE first commit 2024-07-28 23:28:50 +00:00
Makefile fix: resize root partition after dd 2024-07-29 11:36:08 +00:00
README.md docs: update links in readme 2024-10-18 19:54:40 +00:00

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.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}
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.