cranberry: Use zram

This commit is contained in:
Geoffrey Frogeye 2025-07-09 16:12:17 +02:00
parent f28c094051
commit 2e99e6d18a

View file

@ -52,6 +52,8 @@
# 8 makes it run out of memory when rebuilding. # 8 makes it run out of memory when rebuilding.
nix.settings.max-jobs = 1; nix.settings.max-jobs = 1;
# Hardly capable of building itself otherwise
zramSwap.enable = true;
}; };
imports = [ imports = [
nixos-hardware.nixosModules.common-cpu-amd nixos-hardware.nixosModules.common-cpu-amd