[Desktop/Games] remove gamemoded custom wrapper, as it caused a NASTY bug locking me out of my system

This commit is contained in:
Antoine Viallon 2025-04-15 20:23:56 +02:00
parent 8f5ac9487e
commit d38185f994
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -70,16 +70,6 @@ in {
};
enable = true;
};
security.wrappers = {
gamemoded = {
source = "${pkgs.gamemode}/bin/gamemoded";
owner = "root";
group = "root";
#group = "gamers";
capabilities = "cap_sys_nice+pie";
#permissions = "u+rx,g+x,o=";
};
};
users.groups.gamers = { };