From 438c4dcb2d0e855be98ba4c4f27aea690cb7a312 Mon Sep 17 00:00:00 2001 From: alex mickelson Date: Sat, 31 Jan 2026 09:31:02 -0700 Subject: [PATCH] test --- nix/tv-computer.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/tv-computer.nix b/nix/tv-computer.nix index be54d4b..c1cf5a4 100644 --- a/nix/tv-computer.nix +++ b/nix/tv-computer.nix @@ -13,7 +13,7 @@ # "hid_microsoft" # Xbox One Elite 2 controller driver preferred by Steam # "uinput" # ]; - boot.kernelPackages = pkgs.linuxPackages_6_6; + #boot.kernelPackages = pkgs.linuxPackages_6_6; boot.kernelParams = [ "amdgpu.discovery=1" ]; @@ -109,4 +109,4 @@ system.stateVersion = "25.11"; # Did you read the comment? -} \ No newline at end of file +}