From ef4e4509d34750d3695865a416bced1c0d2f1a3d Mon Sep 17 00:00:00 2001 From: John Ogle Date: Sat, 10 Jan 2026 09:43:22 -0800 Subject: [PATCH] [john-endesktop] Remove swap --- machines/john-endesktop/hardware-configuration.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/machines/john-endesktop/hardware-configuration.nix b/machines/john-endesktop/hardware-configuration.nix index 2dfd27b..d43c59f 100644 --- a/machines/john-endesktop/hardware-configuration.nix +++ b/machines/john-endesktop/hardware-configuration.nix @@ -52,10 +52,8 @@ # The pools should be imported automatically via boot.zfs.extraPools # /media and /swarmvols will be mounted by ZFS - # Swap - using ZFS zvol - swapDevices = [ - { device = "/dev/zvol/media/swap"; } - ]; + # No swap needed - 23GB RAM is sufficient for this NFS/ZFS server + swapDevices = [ ]; # CPU microcode hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;