From 476d6ae75ad0735b2952d7cb9185e2332584f82b Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Mon, 31 Mar 2025 14:33:08 +0200 Subject: [PATCH] feat: increase swap to 5 gb --- hosts/karasumaru/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/karasumaru/hardware-configuration.nix b/hosts/karasumaru/hardware-configuration.nix index 8ef576b..ba91246 100644 --- a/hosts/karasumaru/hardware-configuration.nix +++ b/hosts/karasumaru/hardware-configuration.nix @@ -31,7 +31,7 @@ swapDevices = [ { device = "/var/lib/swapfile"; - size = 2 * 1024; # swap size is in mb + size = 5 * 1024; # swap size is in mb } ];