diff --git a/hosts/idols-ai/default.nix b/hosts/idols-ai/default.nix index 1f57bfc9..3ac82a3b 100644 --- a/hosts/idols-ai/default.nix +++ b/hosts/idols-ai/default.nix @@ -24,6 +24,9 @@ in ./secureboot.nix ]; + # Zram consumes physical memory for compression, which can cause a deadlock and system hang if the model size approaches the physical memory limit. + zramSwap.enable = lib.mkForce false; + services.sunshine.enable = lib.mkForce true; services.tuned.ppdSettings.main.default = lib.mkForce "performance";