diff --git a/hosts/steamdeck.cloonar.com/configuration.nix b/hosts/steamdeck.cloonar.com/configuration.nix index 91ee4f0..71642ae 100644 --- a/hosts/steamdeck.cloonar.com/configuration.nix +++ b/hosts/steamdeck.cloonar.com/configuration.nix @@ -49,9 +49,10 @@ }; jovian.devices.steamdeck = { - enable = false; + enable = true; # enableDefaultStage1Modules = false; }; + boot.kernelPackages = lib.mkForce pkgs.linuxPackages_latest; # Bootloader. boot.loader.systemd-boot.enable = true;