1
0
Fork 0

Khanda: disable IOMMU (test); re-enable Syncthing Tray (also a test)

This commit is contained in:
Aires 2024-09-02 15:11:27 -04:00
parent 26a78a8f24
commit e7f0fe6e0e
2 changed files with 5 additions and 2 deletions

View file

@ -84,7 +84,7 @@ in
syncthing = { syncthing = {
enable = true; enable = true;
autostart = true; autostart = true;
enableTray = false; enableTray = true;
}; };
}; };
}; };

View file

@ -75,7 +75,10 @@ in
"pinctrl_tigerlake" "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. # Configure the main filesystem.