Scope in-file comments to the current file state (task 0002)

This commit is contained in:
2026-07-18 14:21:09 -04:00
parent 81d8d36071
commit f8284fb841

View File

@@ -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;
}