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 +}