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