From 3f849a3bb4b97ee2151fe17b85d06a26e788f1ad Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Wed, 25 Sep 2024 15:35:13 +0200 Subject: [PATCH] pinwheel: Increase `swapfile` size to `48GiB` --- hosts/pinwheel/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } ];