From e6e0cd6d5e16d2279e16446c44e41d002dea13bd Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 3 Jun 2026 02:19:01 -0700 Subject: [PATCH] jay-lenovo: add swapfile --- nixos/machines/jay-lenovo.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nixos/machines/jay-lenovo.nix b/nixos/machines/jay-lenovo.nix index 780a0106..b35ce068 100644 --- a/nixos/machines/jay-lenovo.nix +++ b/nixos/machines/jay-lenovo.nix @@ -59,6 +59,13 @@ fsType = "vfat"; }; + swapDevices = [ + { + device = "/swapfile"; + size = 16384; + } + ]; + networking.hostName = "jay-lenovo"; myModules.hostIdentity = { emoticon = "💼";