From 723e5ac42460ccc248827ca7bebdee6004ad68c9 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Mon, 25 Jul 2022 17:45:26 +0200 Subject: Disable mitigations --- hosts/phobos/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/phobos/hardware.nix') diff --git a/hosts/phobos/hardware.nix b/hosts/phobos/hardware.nix index e01c237..4833668 100644 --- a/hosts/phobos/hardware.nix +++ b/hosts/phobos/hardware.nix @@ -12,7 +12,7 @@ in }; kernelModules = [ "kvm_intel" ]; extraModulePackages = [ ]; - kernelParams = [ "net.ifnames=0" "biosdevname=0" "iomem=relaxed" ]; + kernelParams = [ "net.ifnames=0" "biosdevname=0" "iomem=relaxed" "mitigations=off" ]; }; fileSystems."/boot" = { -- cgit 1.4.1