mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Games] Fix Hogwarts Legacy crash
This commit is contained in:
parent
ae2edbfab4
commit
c9387ede1e
1 changed files with 6 additions and 0 deletions
|
|
@ -23,6 +23,12 @@ in {
|
|||
lutris
|
||||
];
|
||||
|
||||
boot.kernel.sysctl = {
|
||||
|
||||
# Fixes crash in Hogwarts Legacy when using Floo network (https://steamcommunity.com/app/990080/discussions/0/3773490215223050912/)
|
||||
"vm.max_map_count" = 512 * 1024;
|
||||
};
|
||||
|
||||
programs.gamemode = {
|
||||
settings = {
|
||||
general = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue