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" ]; }; }; }