summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-26 01:07:30 -0400
committerseth <[email protected]>2023-04-26 01:07:30 -0400
commit604f9495b8191644f2334e9b2cf28407bab6d428 (patch)
tree1ac6e6a5863ed021df8faf90eb59e9290165bc26 /hosts
parent39ba54c82d46519fdcaac9513efcd18fca1c07a7 (diff)
atlas: shrink swap
Diffstat (limited to 'hosts')
-rw-r--r--hosts/atlas/default.nix2
1 files changed, 1 insertions, 1 deletions
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;
}
];