From 918d396ff112bcc97ab434616e0ae2ed0250d746 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Tue, 27 Aug 2024 01:36:40 -0300 Subject: [PATCH 1/2] gamemode: disable softrealtime --- programs/gamemode.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/gamemode.ini b/programs/gamemode.ini index b8fa758..4fb8069 100644 --- a/programs/gamemode.ini +++ b/programs/gamemode.ini @@ -10,7 +10,7 @@ desiredgov=performance ; GameMode can change the scheduler policy to SCHED_ISO on kernels which support it (currently ; not supported by upstream kernels). Can be set to "auto", "on" or "off". "auto" will enable ; with 4 or more CPU cores. "on" will always enable. Defaults to "off". -softrealtime=auto +softrealtime=off ; GameMode can renice game processes. You can put any value between 0 and 20 here, the value ; will be negated and applied as a nice value (0 means no change). Defaults to 0. From e890a6d2334271377bc176ed4bc9638864ac991c Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Fri, 23 Aug 2024 20:51:05 -0300 Subject: [PATCH 2/2] polkit: properly enable it and enable gnome-keyring --- nixos.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos.nix b/nixos.nix index 092e03e..68e58cd 100644 --- a/nixos.nix +++ b/nixos.nix @@ -21,6 +21,8 @@ in imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix + # Include service configuration + ./services/authentication.nix ]; # Enable experimental features