mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
Fixes typo in glassbox kernel params
This commit is contained in:
parent
0b1e231acc
commit
89d927219f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
boot.kernelModules = ["kvm-intel"];
|
||||
boot.extraModulePackages = [];
|
||||
|
||||
boot.kernelParams = ["iommu_intel=on"];
|
||||
boot.kernelParams = ["intel_iommu=on"];
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue