diff options
Diffstat (limited to 'systems')
| -rw-r--r-- | systems/glados/default.nix | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/systems/glados/default.nix b/systems/glados/default.nix index 831c90f..0d64af7 100644 --- a/systems/glados/default.nix +++ b/systems/glados/default.nix @@ -19,13 +19,9 @@ }; boot = { - kernelParams = - [ - "amd_pstate=active" - ] - # Don't use GSP Firmware on proprietary driver - # https://github.com/NVIDIA/open-gpu-kernel-modules/issues/693 - ++ lib.optional (!config.hardware.nvidia.open) "nvidia.NVreg_EnableGpuFirmware=0"; + kernelParams = [ + "amd_pstate=active" + ]; lanzaboote = { enable = true; |
