diff --git a/hosts/tatos/hardware-configuration/default.nix b/hosts/tatos/hardware-configuration/default.nix
index b19b46e..569c5a6 100644
--- a/hosts/tatos/hardware-configuration/default.nix
+++ b/hosts/tatos/hardware-configuration/default.nix
@@ -5,4 +5,11 @@
     ./generated.nix
     ./networking.secret.nix
   ];
+
+  swapDevices = [
+    {
+      device = "/var/lib/swapfile";
+      size = 2 * 1024;
+    }
+  ];
 }