summaryrefslogtreecommitdiff
path: root/common/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/default.nix')
-rw-r--r--common/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/default.nix b/common/default.nix
index 28526e8..8eca18a 100644
--- a/common/default.nix
+++ b/common/default.nix
@@ -91,4 +91,9 @@
"flakes"
];
};
+
+ swapDevices = [ {
+ device = "/var/lib/swapfile";
+ size = 32*1024;
+ } ];
}