From 79794c66d9c7dd3e2c22e49d80ff550f9a638da7 Mon Sep 17 00:00:00 2001 From: Armin Date: Mon, 27 May 2024 23:14:36 +0200 Subject: [PATCH] 2024/05/27-23:14:35 --- system/z13.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/system/z13.nix b/system/z13.nix index eb02a2a..44ddf7a 100644 --- a/system/z13.nix +++ b/system/z13.nix @@ -12,10 +12,10 @@ with lib; (import ../src/extra.nix) (import ../pkgs/extra.nix) ]; - boot.kernelParams = options.boot.kernelParams.default ++ [ - "amd_pstate=passive" - "amd_iommu=on" - ]; + # boot.kernelParams = options.boot.kernelParams.default ++ [ + # "amd_pstate=passive" + # "amd_iommu=on" + # ]; boot.initrd.luks.devices."root".crypttabExtraOpts = [ "tpm2-device=auto" ]; services = {