From f8284fb841603fb0891bf985505f69fdebfdd8b7 Mon Sep 17 00:00:00 2001 From: alexion Date: Sat, 18 Jul 2026 14:21:09 -0400 Subject: [PATCH] Scope in-file comments to the current file state (task 0002) --- 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; }