Added more swap and removed the RSI module as it was not reconized

This commit is contained in:
Alexandre 2026-01-22 17:34:14 +01:00
parent 2dae1db149
commit ff026211ba
2 changed files with 8 additions and 8 deletions

View File

@ -6,13 +6,13 @@
inputs.nix-citizen.packages.${system}.rsi-launcher inputs.nix-citizen.packages.${system}.rsi-launcher
]; ];
}; };
programs = { #programs = {
rsi-launcher = { # rsi-launcher = {
enable = true; # enable = true;
preCommands = '' # preCommands = ''
export MANGO_HUD=1; # export MANGO_HUD=1;
''; # '';
}; # };
}; };
} }

View File

@ -1,7 +1,7 @@
{ {
swapDevices = [{ swapDevices = [{
device = "/var/lib/swapfile"; device = "/var/lib/swapfile";
size = 8 * 1024; # 8 GB Swap size = 24 * 1024; # 24 GB Swap
}]; }];
zramSwap = { zramSwap = {
enable = true; enable = true;