mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Desktop/Games] remove gamemoded custom wrapper, as it caused a NASTY bug locking me out of my system
This commit is contained in:
parent
8f5ac9487e
commit
d38185f994
1 changed files with 0 additions and 10 deletions
|
|
@ -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 = { };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue