nixos/palace: Set up virtual IOMMU for cellar
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 17m49s
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 17m49s
This commit is contained in:
@@ -34,7 +34,7 @@ in
|
||||
config = mkMerge [
|
||||
{
|
||||
boot = {
|
||||
kernelParams = [ "console=ttyS0,115200n8" ];
|
||||
kernelParams = [ "console=ttyS0,115200n8" "intel_iommu=on" ];
|
||||
};
|
||||
|
||||
fileSystems = {
|
||||
|
Reference in New Issue
Block a user