From a7daedf9444141fc6072c4685a29c04918c2960e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 15 Feb 2026 01:18:22 +0100 Subject: [PATCH] System Gen140 @ 2026-02-15-01:18:21 by jonas@monolith --- hosts/monolith/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/monolith/hardware-configuration.nix b/hosts/monolith/hardware-configuration.nix index 7b59b6a..0a595e0 100644 --- a/hosts/monolith/hardware-configuration.nix +++ b/hosts/monolith/hardware-configuration.nix @@ -41,7 +41,7 @@ swapDevices = [ { device = "/.swapfile"; - size = 4 * 1024; + size = 24 * 1024; } ];