diff --git a/hosts/pinwheel/hardware-configuration.nix b/hosts/pinwheel/hardware-configuration.nix index eaf6cc4..a857db5 100644 --- a/hosts/pinwheel/hardware-configuration.nix +++ b/hosts/pinwheel/hardware-configuration.nix @@ -39,7 +39,7 @@ swapDevices = [ { device = "/swapfile"; - size = 24 * 1024; # 24GB + size = 48 * 1024; # 48GB } ];