diff --git a/hosts/chocolatebar/hardware-configuration.nix b/hosts/chocolatebar/hardware-configuration.nix index cfe73c1..c4e60e5 100644 --- a/hosts/chocolatebar/hardware-configuration.nix +++ b/hosts/chocolatebar/hardware-configuration.nix @@ -32,7 +32,7 @@ swapDevices = [ { device = "/swapfile"; - size = 128 * 1024; # 132 GB + size = 132 * 1024; # 132 GB } ]; }