style(neogaia): scope the hardware comments to the current file state

This commit is contained in:
2026-07-18 14:21:09 -04:00
parent da30375413
commit bfc9e6f75b

View File

@@ -17,7 +17,6 @@
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
# Swap is RAM-backed zram rather than an on-disk partition. Task 0003 lifts # Swap is RAM-backed zram rather than an on-disk partition.
# this into the zram toggle Module; enabled directly here for now.
zramSwap.enable = true; zramSwap.enable = true;
} }