From ddcc48c006d0b0437a80aa8f022fdf348e36e9cf Mon Sep 17 00:00:00 2001 From: Callum Leslie Date: Mon, 9 Sep 2024 11:06:07 +0100 Subject: [PATCH] stop nixpkgs-review oom --- hosts/artemis/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/artemis/hardware-configuration.nix b/hosts/artemis/hardware-configuration.nix index cd54cfc..ea07f90 100644 --- a/hosts/artemis/hardware-configuration.nix +++ b/hosts/artemis/hardware-configuration.nix @@ -6,7 +6,7 @@ ... }: { imports = [(modulesPath + "/installer/scan/not-detected.nix")]; - + zramSwap.enable = true; boot = { initrd.availableKernelModules = ["xhci_pci" "thunderbolt" "nvme" "usb_storage" "rtsx_pci_sdmmc"]; initrd.kernelModules = [];