summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-24 03:09:53 -0400
committerseth <[email protected]>2023-05-24 03:21:38 -0400
commit43d9a10f79493a281b04144e9b2e9525ecfb632c (patch)
tree25402280b78a78bb1f577b83ea7b0d8b12d90faa
parent4f09080b4901c1a3ea72f27cbcab25a852dd6635 (diff)
p-body: fix swapfile size
-rw-r--r--hosts/p-body/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/p-body/default.nix b/hosts/p-body/default.nix
index c9fe535..e303e36 100644
--- a/hosts/p-body/default.nix
+++ b/hosts/p-body/default.nix
@@ -44,7 +44,7 @@
swapDevices = [
{
device = "/swapfile";
- size = "4096";
+ size = 8192;
}
];