From 38fb866a4f0f5fde5e911ec305024261f96738d5 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Sun, 24 Sep 2023 10:22:42 +0200 Subject: [PATCH] add psi kernel param --- hosts/phone/hardware-configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/phone/hardware-configuration.nix b/hosts/phone/hardware-configuration.nix index 0800196..e3217d4 100644 --- a/hosts/phone/hardware-configuration.nix +++ b/hosts/phone/hardware-configuration.nix @@ -15,5 +15,9 @@ }; }; + boot.kernelParams = lib.mkAfter [ + "psi=1" + ]; + nix.settings.max-jobs = lib.mkDefault 2; }