1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

disable zram

This commit is contained in:
2026-02-21 16:26:48 +01:00
parent 26231912cf
commit 377b338979
2 changed files with 1 additions and 2 deletions

View File

@@ -34,7 +34,6 @@
}; };
swapDevices = [ ]; swapDevices = [ ];
zramSwap.enable = true;
nix.settings.max-jobs = lib.mkDefault 2; nix.settings.max-jobs = lib.mkDefault 2;
} }

View File

@@ -44,7 +44,7 @@
}; };
swapDevices = [ ]; swapDevices = [ ];
zramSwap.enable = true; zramSwap.enable = false;
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
} }