Khanda: disable IOMMU (test); re-enable Syncthing Tray (also a test)
This commit is contained in:
parent
26a78a8f24
commit
e7f0fe6e0e
|
@ -84,7 +84,7 @@ in
|
|||
syncthing = {
|
||||
enable = true;
|
||||
autostart = true;
|
||||
enableTray = false;
|
||||
enableTray = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -75,7 +75,10 @@ in
|
|||
"pinctrl_tigerlake"
|
||||
];
|
||||
|
||||
kernelParams = [ "pci=hpiosize=0" ]; # Prevent ACPI interrupt storm. See https://github.com/linux-surface/linux-surface/wiki/Surface-Pro-9#acpi-interrupt-storm
|
||||
kernelParams = [
|
||||
"pci=hpiosize=0" # Prevent ACPI interrupt storm. See https://github.com/linux-surface/linux-surface/wiki/Surface-Pro-9#acpi-interrupt-storm
|
||||
"iommu=off" # Disable IOMMU, a possible cause of system stuttering
|
||||
];
|
||||
};
|
||||
|
||||
# Configure the main filesystem.
|
||||
|
|
Loading…
Reference in a new issue