Migrate wrangler to ThinkPad T14

This commit is contained in:
Andrew Kvalheim 2023-08-10 15:11:54 -07:00
parent c6d1a26791
commit 4c48c44233

View file

@ -3,7 +3,7 @@
{
imports = [
../../common/system.nix
<nixos-hardware/lenovo/thinkpad/p50>
<nixos-hardware/lenovo/thinkpad/t14/amd/gen2>
/etc/nixos/hardware-configuration.nix
./local/system.nix
];
@ -16,7 +16,6 @@
};
# Hardware
nixpkgs.config.allowUnfree = true; # Required by <nixos-hardware/lenovo/thinkpad/p50>
services.fstrim.enable = true;
services.kmonad.keyboards.default.device = "/dev/input/by-path/platform-i8042-serio-0-event-kbd";