steamos: disable steam deck cmdlineConfig for non-steamdeck hosts

This commit is contained in:
2026-05-02 20:07:12 -04:00
parent b115e8f189
commit 2a492feb9c
2 changed files with 15 additions and 0 deletions

View File

@@ -35,4 +35,10 @@
];
jovian.devices.steamdeck.enable = true;
# opt back into the SteamOS kernel cmdline (amd_iommu=off, lockup_timeout,
# sched_hw_submission=4, dcdebugmask=0x20000, ttm.pages_min, audit=0).
# desktop-jovian.nix defaults this to false to keep the Deck-tuned amdgpu
# params off RDNA3 desktops (yarn); patiodeck IS a Deck so it wants them.
jovian.steamos.enableDefaultCmdlineConfig = true;
}