From 16c948d70e8b69290b0e5ebdba5ead089f576712 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 29 Jun 2024 22:44:08 -0400 Subject: [PATCH] fix(bbsteamie): correct the size of swapfile --- devices/bbsteamie/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } ];