mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(kabsa): disable zramfs
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
zramSwap.enable = true;
|
||||
zramSwap.enable = false;
|
||||
|
||||
nix.maxJobs = lib.mkDefault 4;
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||
|
||||
Reference in New Issue
Block a user