remove zram on homelab due to unstability

This commit is contained in:
death916 2026-02-08 10:24:58 -08:00
parent 2b991e0bae
commit 13c2318c38

View file

@ -1,4 +1,5 @@
# ~/nixconfig/nixos/homelab.nix.new
{ lib, ... }:
{
imports = [
# ../modules/nextcloud-setup.nix
@ -12,6 +13,7 @@
];
config = {
zramSwap.enable = lib.mkForce false;
boot.kernelParams = [ "processor.max_cstate=1" ];
hardware.cpu.amd.updateMicrocode = true;
# Wait for network to be online