2024-07-29 15:42:39 +00:00
2024-07-28 23:28:50 +00:00
2024-07-28 23:38:23 +00:00
2024-07-28 23:28:50 +00:00
2024-07-28 23:28:50 +00:00
2024-07-28 23:28:50 +00:00
2024-07-29 08:33:17 +00:00
2024-07-28 23:28:50 +00:00
2024-07-29 11:36:08 +00:00
2024-07-29 15:42:39 +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.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.
  • nmtui is available for managing Wi-Fi connections.
Description
No description provided
Readme 80 KiB
Languages
Nix 90.8%
Shell 6%
Makefile 3.2%