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