Attempt gamemode fix
This commit is contained in:
parent
aaf9195f14
commit
6687e105ec
1 changed files with 4 additions and 1 deletions
|
@ -15,7 +15,10 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
users.users.vili.hashedPasswordFile = pkgs.lib.mkForce null;
|
||||
users.users.vili = {
|
||||
hashedPasswordFile = pkgs.lib.mkForce null;
|
||||
extraGroups = [ "gamemode" ];
|
||||
};
|
||||
|
||||
swapDevices = pkgs.lib.mkForce [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue