From a7e5b4a3131db74b27f95b440a5fc6176ba7e70f Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 17 Jul 2025 18:13:03 +0000 Subject: [PATCH] Add swapspace for RAM-limited new hosts --- nixos-anywhere/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos-anywhere/configuration.nix b/nixos-anywhere/configuration.nix index c994d17..7196eef 100644 --- a/nixos-anywhere/configuration.nix +++ b/nixos-anywhere/configuration.nix @@ -30,6 +30,7 @@ }; services.openssh.enable = true; + services.swapspace.enable = true; system.stateVersion = "25.05";