about summary refs log tree commit diff
path: root/hosts/luna
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-25 17:45:26 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-25 17:45:26 +0200
commit723e5ac42460ccc248827ca7bebdee6004ad68c9 (patch)
tree85369d26e3cb713b76f9809e0b24738ec9f68a77 /hosts/luna
parentLuna: Enable early KMS (diff)
downloadnixos-config-723e5ac42460ccc248827ca7bebdee6004ad68c9.tar.gz
nixos-config-723e5ac42460ccc248827ca7bebdee6004ad68c9.tar.bz2
nixos-config-723e5ac42460ccc248827ca7bebdee6004ad68c9.zip
Disable mitigations
Diffstat (limited to 'hosts/luna')
-rw-r--r--hosts/luna/hardware.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/luna/hardware.nix b/hosts/luna/hardware.nix
index ebb8f54..afd206a 100644
--- a/hosts/luna/hardware.nix
+++ b/hosts/luna/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" = {