nixos/palace: Set up virtual IOMMU for cellar
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 17m49s

This commit is contained in:
2023-12-13 11:23:47 +00:00
parent 82b24c3c55
commit 1b853d405c
3 changed files with 6 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ in
config = mkMerge [
{
boot = {
kernelParams = [ "console=ttyS0,115200n8" ];
kernelParams = [ "console=ttyS0,115200n8" "intel_iommu=on" ];
};
fileSystems = {