summaryrefslogtreecommitdiff
path: root/hosts/atlas/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/atlas/default.nix')
-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;
}
];