From 4bca094b0e199393a8121b1b62439417ca87bb45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Tue, 5 Dec 2023 22:42:34 +0100 Subject: [PATCH] fix/chocolatebar: increase swap size so hibernation fits --- hosts/chocolatebar/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } ]; }