diff --git a/devices/bbsteamie/hardware-configuration.nix b/devices/bbsteamie/hardware-configuration.nix index 2c7f9e6..57c40dc 100644 --- a/devices/bbsteamie/hardware-configuration.nix +++ b/devices/bbsteamie/hardware-configuration.nix @@ -49,7 +49,7 @@ swapDevices = [ { device = "/.swapfile"; - size = 17179869184; # 16G + size = 16 * 1024; # 16GB } ];