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