From b9663da3a3ed043db20eff55fcb0cab0029c47fb Mon Sep 17 00:00:00 2001 From: Toast Date: Fri, 15 Sep 2023 20:33:09 +0200 Subject: [PATCH] SteamDeck: use the valve kernel --- machines/SteamDeck/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/SteamDeck/configuration.nix b/machines/SteamDeck/configuration.nix index bfb1605..295996a 100755 --- a/machines/SteamDeck/configuration.nix +++ b/machines/SteamDeck/configuration.nix @@ -19,7 +19,7 @@ }; boot.loader.efi.canTouchEfiVariables = true; - boot.kernelPackages = pkgs.linuxKernel.packages.linux_xanmod_latest; + #boot.kernelPackages = pkgs.linuxKernel.packages.linux_xanmod_latest; networking.hostName = "SteamDeck"; # Define your hostname. networking.networkmanager.enable = true; # Enable networking