hosts/ni: update zram setup

This commit is contained in:
Gabriel Arazas 2023-02-25 10:02:43 +08:00
parent 00e0258c2e
commit 19db60aad2
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -31,10 +31,7 @@ in
fsType = "vfat";
};
zramSwap = {
enable = true;
numDevices = 1;
};
zramSwap.enable = true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;