diff --git a/hosts/Khanda/default.nix b/hosts/Khanda/default.nix index e8410f4..2bcc29f 100644 --- a/hosts/Khanda/default.nix +++ b/hosts/Khanda/default.nix @@ -84,7 +84,7 @@ in syncthing = { enable = true; autostart = true; - enableTray = false; + enableTray = true; }; }; }; diff --git a/hosts/Khanda/hardware-configuration.nix b/hosts/Khanda/hardware-configuration.nix index 6e71255..960c135 100644 --- a/hosts/Khanda/hardware-configuration.nix +++ b/hosts/Khanda/hardware-configuration.nix @@ -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.