From c367323275ff6faa39b7bfc9d7d4e1e1f18eb04c Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 29 Jun 2023 10:02:33 -0600 Subject: [PATCH] [NixOS] Add kat.nix to jay-lenovo --- nixos/machines/jay-lenovo.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/machines/jay-lenovo.nix b/nixos/machines/jay-lenovo.nix index ba121bd0..800c16e9 100644 --- a/nixos/machines/jay-lenovo.nix +++ b/nixos/machines/jay-lenovo.nix @@ -6,6 +6,7 @@ { imports = [ ../full.nix + ../kat.nix ]; hardware.enableRedistributableFirmware = true;