Fix gamemode being unable to set cpu governor when launching a game.

This commit is contained in:
jay
2025-07-13 02:46:16 -04:00
parent 70b1c62466
commit ec751bd1c2

View File

@@ -11,7 +11,7 @@
description = "jay"; description = "jay";
#hashedPasswordFile = config.sops.secrets.jay_password_hash.path; #hashedPasswordFile = config.sops.secrets.jay_password_hash.path;
hashedPassword = "$y$j9T$oomgQFsMbc0odlNIUXEpq/$dhgLjElzaJuU3rF1wXGcSXFUWC/fP1g5mAPZizKUFQ4"; hashedPassword = "$y$j9T$oomgQFsMbc0odlNIUXEpq/$dhgLjElzaJuU3rF1wXGcSXFUWC/fP1g5mAPZizKUFQ4";
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "networkmanager" "wheel" "gamemode" ];
}; };
}; };
} }