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; } ];