From 657e9f01cfb6fa1d32a832aafb93ec33cf466f8c Mon Sep 17 00:00:00 2001 From: alexion Date: Sat, 18 Jul 2026 14:21:09 -0400 Subject: [PATCH] Scope the neogaia hardware comments to the current file state --- hosts/neogaia/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/neogaia/default.nix b/hosts/neogaia/default.nix index e4f6858..7547a35 100644 --- a/hosts/neogaia/default.nix +++ b/hosts/neogaia/default.nix @@ -17,7 +17,6 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - # Swap is RAM-backed zram rather than an on-disk partition. Task 0003 lifts - # this into the zram toggle Module; enabled directly here for now. + # Swap is RAM-backed zram rather than an on-disk partition. zramSwap.enable = true; }