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 = "💼";