From ec751bd1c2fcd697dbe77d3ac831168af0bab1d9 Mon Sep 17 00:00:00 2001 From: jay Date: Sun, 13 Jul 2025 02:46:16 -0400 Subject: [PATCH] Fix gamemode being unable to set cpu governor when launching a game. --- nodes/hosts/common/system/users.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/hosts/common/system/users.nix b/nodes/hosts/common/system/users.nix index 5ee86e6..135ec87 100644 --- a/nodes/hosts/common/system/users.nix +++ b/nodes/hosts/common/system/users.nix @@ -11,7 +11,7 @@ description = "jay"; #hashedPasswordFile = config.sops.secrets.jay_password_hash.path; hashedPassword = "$y$j9T$oomgQFsMbc0odlNIUXEpq/$dhgLjElzaJuU3rF1wXGcSXFUWC/fP1g5mAPZizKUFQ4"; - extraGroups = [ "networkmanager" "wheel" ]; + extraGroups = [ "networkmanager" "wheel" "gamemode" ]; }; }; }