From 604f9495b8191644f2334e9b2cf28407bab6d428 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 26 Apr 2023 01:07:30 -0400 Subject: atlas: shrink swap --- hosts/atlas/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/atlas') diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index 9763d70..681065b 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -25,7 +25,7 @@ swapDevices = [ { device = "/swapfile"; - size = 16384; + size = 4096; } ]; -- cgit v1.2.3