devices.surface: add suspend-hibernate-no-platform bug

This commit is contained in:
2024-03-31 10:53:07 +08:00
parent d12e234e71
commit 8232e3c794

View File

@@ -53,7 +53,7 @@ inputs:
};
beesd.instances.root = { device = "/"; hashTableSizeMB = 512; };
};
bugs = [ "xmunet" ];
bugs = [ "xmunet" "suspend-hibernate-no-platform" ];
};
boot.kernelParams = [ "intel_iommu=off" ];
environment.systemPackages = with inputs.pkgs; [ maliit-keyboard maliit-framework ];