From 0d21f295ad072743ce404c9a8f93d644eeccd4eb Mon Sep 17 00:00:00 2001 From: Fern Garden Date: Fri, 18 Jul 2025 19:27:43 +0800 Subject: [PATCH] Add pardalote --- flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/flake.nix b/flake.nix index a1e7a06..5c4ac17 100755 --- a/flake.nix +++ b/flake.nix @@ -39,6 +39,15 @@ ]; }) + # ThinkPad X220. + (mkHost "pardalote" { + suite = "desktop"; + hostModules = [ + lanzaboote.nixosModules.lanzaboote + nixos-hardware.nixosModules.lenovo-thinkpad-x220 + ]; + }) + # Raspberry Pi 4B. (mkHost "weebill" { suite = "server";